Class: Aws::AlexaForBusiness::Types::ResolveRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::ResolveRoomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#skill_id ⇒ String
The ARN of the skill that was requested.
-
#user_id ⇒ String
The ARN of the user.
Instance Attribute Details
#skill_id ⇒ String
The ARN of the skill that was requested. Required.
3619 3620 3621 3622 3623 3624 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3619 class ResolveRoomRequest < Struct.new( :user_id, :skill_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The ARN of the user. Required.
3619 3620 3621 3622 3623 3624 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3619 class ResolveRoomRequest < Struct.new( :user_id, :skill_id) SENSITIVE = [] include Aws::Structure end |