Class: Aws::Chime::Types::UpdateRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateRoomResponse
- 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.
8665 8666 8667 8668 8669 |
# File 'lib/aws-sdk-chime/types.rb', line 8665 class UpdateRoomResponse < Struct.new( :room) SENSITIVE = [] include Aws::Structure end |