Account

public struct Account : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The account identifier of the AWS account.

    Declaration

    Swift

    public let accountId: String
  • The AWS account root user email address for the AWS account.

    Declaration

    Swift

    public let emailAddress: String
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, emailAddress: String)
  • Declaration

    Swift

    public func validate(name: String) throws