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.
2760 2761 2762 2763 2764 |
# File 'lib/aws-sdk-chime/types.rb', line 2760 class UpdateRoomResponse < Struct.new( :room) SENSITIVE = [] include Aws::Structure end |