Class: Aws::AlexaForBusiness::Types::GetRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetRoomResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#room ⇒ Types::Room
The details of the room requested.
Instance Attribute Details
#room ⇒ Types::Room
The details of the room requested.
2392 2393 2394 2395 2396 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2392 class GetRoomResponse < Struct.new( :room) SENSITIVE = [] include Aws::Structure end |