Class: Aws::AlexaForBusiness::Types::CreateRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateRoomResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/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.
1558 1559 1560 1561 1562 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1558 class CreateRoomResponse < Struct.new( :room_arn) SENSITIVE = [] include Aws::Structure end |