Class: Aws::AlexaForBusiness::Types::ResolveRoomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ResolveRoomResponse
- 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 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.
3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3640 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.
3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3640 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.
3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3640 class ResolveRoomResponse < Struct.new( :room_arn, :room_name, :room_skill_parameters) SENSITIVE = [] include Aws::Structure end |