Class: Aws::AlexaForBusiness::Types::ResolveRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ResolveRoomResponse
- 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 room from which the skill request was invoked.
-
#room_name ⇒ String
The name of the room from which the skill request was invoked.
-
#room_skill_parameters ⇒ Array<Types::RoomSkillParameter>
Response to get the room profile request.
Instance Attribute Details
#room_arn ⇒ String
The ARN of the room from which the skill request was invoked.
4414 4415 4416 4417 4418 4419 4420 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4414 class ResolveRoomResponse < Struct.new( :room_arn, :room_name, :room_skill_parameters) SENSITIVE = [] include Aws::Structure end |
#room_name ⇒ String
The name of the room from which the skill request was invoked.
4414 4415 4416 4417 4418 4419 4420 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4414 class ResolveRoomResponse < Struct.new( :room_arn, :room_name, :room_skill_parameters) SENSITIVE = [] include Aws::Structure end |
#room_skill_parameters ⇒ Array<Types::RoomSkillParameter>
Response to get the room profile request. Required.
4414 4415 4416 4417 4418 4419 4420 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4414 class ResolveRoomResponse < Struct.new( :room_arn, :room_name, :room_skill_parameters) SENSITIVE = [] include Aws::Structure end |