Class: Aws::AlexaForBusiness::Types::GetRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetRoomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#room_arn ⇒ String
The ARN of the room for which to request details.
Instance Attribute Details
#room_arn ⇒ String
The ARN of the room for which to request details. Required.
2380 2381 2382 2383 2384 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2380 class GetRoomRequest < Struct.new( :room_arn) SENSITIVE = [] include Aws::Structure end |