Class: Aws::AlexaForBusiness::Types::CreateAddressBookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateAddressBookRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, user-specified identifier for the request that ensures idempotency.
-
#description ⇒ String
The description of the address book.
-
#name ⇒ String
The name of the address book.
-
#tags ⇒ Array<Types::Tag>
The tags to be added to the specified resource.
Instance Attribute Details
#client_request_token ⇒ String
A unique, user-specified identifier for the request that ensures idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
622 623 624 625 626 627 628 629 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 622 class CreateAddressBookRequest < Struct.new( :name, :description, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the address book.
622 623 624 625 626 627 628 629 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 622 class CreateAddressBookRequest < Struct.new( :name, :description, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the address book.
622 623 624 625 626 627 628 629 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 622 class CreateAddressBookRequest < Struct.new( :name, :description, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to be added to the specified resource. Do not provide system tags.
622 623 624 625 626 627 628 629 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 622 class CreateAddressBookRequest < Struct.new( :name, :description, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |