Class: Aws::Chime::Types::CreateRoomResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#roomTypes::Room

The room details.

Returns:



2400
2401
2402
2403
2404
# File 'lib/aws-sdk-chime/types.rb', line 2400

class CreateRoomResponse < Struct.new(
  :room)
  SENSITIVE = []
  include Aws::Structure
end