You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)

    The Amazon Chime account ID.

#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)

    The Amazon Chime account type.

#aws_account_idString

The AWS account ID.

Returns:

  • (String)

    The AWS account ID.

#created_timestampTime

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

Returns:

  • (Time)

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

#default_licenseString

The default license for the Amazon Chime account.

Possible values:

  • Basic
  • Plus
  • Pro
  • ProTrial

Returns:

  • (String)

    The default license for the Amazon Chime account.

#nameString

The Amazon Chime account name.

Returns:

  • (String)

    The Amazon Chime account name.

#signin_delegate_groupsArray<Types::SigninDelegateGroup>

The sign-in delegate groups associated with the account.

Returns:

#supported_licensesArray<String>

Supported licenses for the Amazon Chime account.

Returns:

  • (Array<String>)

    Supported licenses for the Amazon Chime account.