Class: Aws::AlexaForBusiness::Types::UpdateAddressBookRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_book_arnString

The ARN of the room to update.

Returns:

  • (String)


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

#descriptionString

The updated description of the room.

Returns:

  • (String)


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

#nameString

The updated name of the room.

Returns:

  • (String)


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