Class: Aws::AlexaForBusiness::Types::CreateRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateRoomResponse
- 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 newly created room in the response.
Instance Attribute Details
#room_arn ⇒ String
The ARN of the newly created room in the response.
1232 1233 1234 1235 1236 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1232 class CreateRoomResponse < Struct.new( :room_arn) SENSITIVE = [] include Aws::Structure end |