Class: Aws::AlexaForBusiness::Types::UpdateRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateRoomRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass UpdateRoomRequest data as a hash:
{
room_arn: "Arn",
room_name: "RoomName",
description: "RoomDescription",
provider_calendar_id: "ProviderCalendarId",
profile_arn: "Arn",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated description for the room.
-
#profile_arn ⇒ String
The updated profile ARN for the room.
-
#provider_calendar_id ⇒ String
The updated provider calendar ARN for the room.
-
#room_arn ⇒ String
The ARN of the room to update.
-
#room_name ⇒ String
The updated name for the room.
Instance Attribute Details
#description ⇒ String
The updated description for the room.
6531 6532 6533 6534 6535 6536 6537 6538 6539 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6531 class UpdateRoomRequest < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The updated profile ARN for the room.
6531 6532 6533 6534 6535 6536 6537 6538 6539 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6531 class UpdateRoomRequest < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#provider_calendar_id ⇒ String
The updated provider calendar ARN for the room.
6531 6532 6533 6534 6535 6536 6537 6538 6539 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6531 class UpdateRoomRequest < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#room_arn ⇒ String
The ARN of the room to update.
6531 6532 6533 6534 6535 6536 6537 6538 6539 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6531 class UpdateRoomRequest < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#room_name ⇒ String
The updated name for the room.
6531 6532 6533 6534 6535 6536 6537 6538 6539 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6531 class UpdateRoomRequest < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |