AssociateTeamMemberResult

public struct AssociateTeamMemberResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The user- or system-generated token from the initial request that can be used to repeat the request.

    Declaration

    Swift

    public let clientRequestToken: String?
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String? = nil)