Class: Aws::Chime::Types::Account
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Account
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#account_status ⇒ String
The status of the account.
-
#account_type ⇒ String
The Amazon Chime account type.
-
#aws_account_id ⇒ String
The AWS account ID.
-
#created_timestamp ⇒ Time
The Amazon Chime account creation timestamp, in ISO 8601 format.
-
#default_license ⇒ String
The default license for the Amazon Chime account.
-
#name ⇒ String
The Amazon Chime account name.
-
#signin_delegate_groups ⇒ Array<Types::SigninDelegateGroup>
The sign-in delegate groups associated with the account.
-
#supported_licenses ⇒ Array<String>
Supported licenses for the Amazon Chime account.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#account_status ⇒ String
The status of the account.
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#account_type ⇒ 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*.
[1]: docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The AWS account ID.
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The Amazon Chime account creation timestamp, in ISO 8601 format.
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#default_license ⇒ String
The default license for the Amazon Chime account.
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The Amazon Chime account name.
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#signin_delegate_groups ⇒ Array<Types::SigninDelegateGroup>
The sign-in delegate groups associated with the account.
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |
#supported_licenses ⇒ Array<String>
Supported licenses for the Amazon Chime account.
77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-chime/types.rb', line 77 class Account < Struct.new( :aws_account_id, :account_id, :name, :account_type, :created_timestamp, :default_license, :supported_licenses, :account_status, :signin_delegate_groups) SENSITIVE = [] include Aws::Structure end |