Class: Aws::AlexaForBusiness::Types::UpdateAddressBookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateAddressBookRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass UpdateAddressBookRequest data as a hash:
{
address_book_arn: "Arn", # required
name: "AddressBookName",
description: "AddressBookDescription",
}
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.
5857 5858 5859 5860 5861 5862 5863 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5857 class UpdateAddressBookRequest < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The updated description of the room.
5857 5858 5859 5860 5861 5862 5863 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5857 class UpdateAddressBookRequest < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name of the room.
5857 5858 5859 5860 5861 5862 5863 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5857 class UpdateAddressBookRequest < Struct.new( :address_book_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |