Class: Aws::Chime::Types::CreateAccountRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Amazon Chime account.

Returns:

  • (String)


1540
1541
1542
1543
1544
# File 'lib/aws-sdk-chime/types.rb', line 1540

class CreateAccountRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end