Class: Aws::Chime::Types::GetRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetRoomResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#room ⇒ Types::Room
The room details.
Instance Attribute Details
#room ⇒ Types::Room
The room details.
5133 5134 5135 5136 5137 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5133 class GetRoomResponse < Struct.new( :room) SENSITIVE = [] include Aws::Structure end |