Class: Aws::Chime::Types::Account

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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_statusString

The status of the account.

Returns:

  • (String)


77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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_typeString

The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Returns:

  • (String)


77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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_idString

The AWS account ID.

Returns:

  • (String)


77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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_timestampTime

The Amazon Chime account creation timestamp, in ISO 8601 format.

Returns:

  • (Time)


77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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_licenseString

The default license for the Amazon Chime account.

Returns:

  • (String)


77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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

#nameString

The Amazon Chime account name.

Returns:

  • (String)


77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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_groupsArray<Types::SigninDelegateGroup>

The sign-in delegate groups associated with the account.

Returns:



77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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_licensesArray<String>

Supported licenses for the Amazon Chime account.

Returns:

  • (Array<String>)


77
78
79
80
81
82
83
84
85
86
87
88
89
# File 'gems/aws-sdk-chime/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