AccountInfo

public struct AccountInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the AWS account that is assigned to the user.

    Declaration

    Swift

    public let accountId: String?
  • The display name of the AWS account that is assigned to the user.

    Declaration

    Swift

    public let accountName: String?
  • The email address of the AWS account that is assigned to the user.

    Declaration

    Swift

    public let emailAddress: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, accountName: String? = nil, emailAddress: String? = nil)