Class: Aws::Chime::Types::GetRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetRoomResponse
- Includes:
- Structure
- Defined in:
- 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.
4307 4308 4309 4310 4311 |
# File 'lib/aws-sdk-chime/types.rb', line 4307 class GetRoomResponse < Struct.new( :room) SENSITIVE = [] include Aws::Structure end |