Class: Aws::Chime::Types::CreateRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateRoomResponse
- 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.
2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-chime/types.rb', line 2400 class CreateRoomResponse < Struct.new( :room) SENSITIVE = [] include Aws::Structure end |