AssociateMemberAccountRequest

public struct AssociateMemberAccountRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account that you want to associate with Amazon Macie Classic as a member account.

    Declaration

    Swift

    public let memberAccountId: String
  • Undocumented

    Declaration

    Swift

    public init(memberAccountId: String)
  • Declaration

    Swift

    public func validate(name: String) throws