Class: Aws::Chime::Types::CreateAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Amazon Chime account.
Instance Attribute Details
#name ⇒ String
The name of the Amazon Chime account.
1540 1541 1542 1543 1544 |
# File 'lib/aws-sdk-chime/types.rb', line 1540 class CreateAccountRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |