Class: Aws::AlexaForBusiness::Types::GetRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetRoomResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
2377 2378 2379 2380 2381 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2377 class GetRoomResponse < Struct.new( :room) SENSITIVE = [] include Aws::Structure end |