Account
public struct Account : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Chime account ID.
Declaration
Swift
public let accountId: String
-
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
Declaration
Swift
public let accountType: AccountType?
-
The AWS account ID.
Declaration
Swift
public let awsAccountId: String
-
The Amazon Chime account creation timestamp, in ISO 8601 format.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The default license for the Amazon Chime account.
Declaration
Swift
public let defaultLicense: License?
-
The Amazon Chime account name.
Declaration
Swift
public let name: String
-
The sign-in delegate groups associated with the account.
Declaration
Swift
public let signinDelegateGroups: [SigninDelegateGroup]?
-
Supported licenses for the Amazon Chime account.
Declaration
Swift
public let supportedLicenses: [License]?
-
init(accountId:accountType:awsAccountId:createdTimestamp:defaultLicense:name:signinDelegateGroups:supportedLicenses:)
Undocumented
Declaration
Swift
public init(accountId: String, accountType: AccountType? = nil, awsAccountId: String, createdTimestamp: TimeStamp? = nil, defaultLicense: License? = nil, name: String, signinDelegateGroups: [SigninDelegateGroup]? = nil, supportedLicenses: [License]? = nil)