Class: Aws::AlexaForBusiness::Types::UpdateAddressBookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateAddressBookRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_book_arn ⇒ String
The ARN of the room to update.
-
#description ⇒ String
The updated description of the room.
-
#name ⇒ String
The updated name of the room.
Instance Attribute Details
#address_book_arn ⇒ String
The ARN of the room to update.
4780 4781 4782 4783 4784 4785 4786 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4780 class UpdateAddressBookRequest < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The updated description of the room.
4780 4781 4782 4783 4784 4785 4786 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4780 class UpdateAddressBookRequest < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name of the room.
4780 4781 4782 4783 4784 4785 4786 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4780 class UpdateAddressBookRequest < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |