Class: Aws::AlexaForBusiness::Types::UpdateRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateRoomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
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.
5280 5281 5282 5283 5284 5285 5286 5287 5288 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280 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.
5280 5281 5282 5283 5284 5285 5286 5287 5288 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280 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.
5280 5281 5282 5283 5284 5285 5286 5287 5288 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280 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.
5280 5281 5282 5283 5284 5285 5286 5287 5288 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280 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.
5280 5281 5282 5283 5284 5285 5286 5287 5288 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5280 class UpdateRoomRequest < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |