Class: Aws::Chime::Types::GetRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetRoomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#room_id ⇒ String
The room ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
4294 4295 4296 4297 4298 4299 |
# File 'lib/aws-sdk-chime/types.rb', line 4294 class GetRoomRequest < Struct.new( :account_id, :room_id) SENSITIVE = [] include Aws::Structure end |
#room_id ⇒ String
The room ID.
4294 4295 4296 4297 4298 4299 |
# File 'lib/aws-sdk-chime/types.rb', line 4294 class GetRoomRequest < Struct.new( :account_id, :room_id) SENSITIVE = [] include Aws::Structure end |