Class: Aws::Chime::Types::UpdateRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateRoomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#name ⇒ String
The room name.
-
#room_id ⇒ String
The room ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
8651 8652 8653 8654 8655 8656 8657 |
# File 'lib/aws-sdk-chime/types.rb', line 8651 class UpdateRoomRequest < Struct.new( :account_id, :room_id, :name) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The room name.
8651 8652 8653 8654 8655 8656 8657 |
# File 'lib/aws-sdk-chime/types.rb', line 8651 class UpdateRoomRequest < Struct.new( :account_id, :room_id, :name) SENSITIVE = [:name] include Aws::Structure end |
#room_id ⇒ String
The room ID.
8651 8652 8653 8654 8655 8656 8657 |
# File 'lib/aws-sdk-chime/types.rb', line 8651 class UpdateRoomRequest < Struct.new( :account_id, :room_id, :name) SENSITIVE = [:name] include Aws::Structure end |