Class: Aws::Chime::Types::GetRoomResponse

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:



4307
4308
4309
4310
4311
# File 'lib/aws-sdk-chime/types.rb', line 4307

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