Class: Aws::AlexaForBusiness::Types::GetRoomSkillParameterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetRoomSkillParameterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_key ⇒ String
The room skill parameter key for which to get details.
-
#room_arn ⇒ String
The ARN of the room from which to get the room skill parameter details.
-
#skill_id ⇒ String
The ARN of the skill from which to get the room skill parameter details.
Instance Attribute Details
#parameter_key ⇒ String
The room skill parameter key for which to get details. Required.
2414 2415 2416 2417 2418 2419 2420 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2414 class GetRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :parameter_key) SENSITIVE = [] include Aws::Structure end |
#room_arn ⇒ String
The ARN of the room from which to get the room skill parameter details.
2414 2415 2416 2417 2418 2419 2420 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2414 class GetRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :parameter_key) SENSITIVE = [] include Aws::Structure end |
#skill_id ⇒ String
The ARN of the skill from which to get the room skill parameter details. Required.
2414 2415 2416 2417 2418 2419 2420 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2414 class GetRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :parameter_key) SENSITIVE = [] include Aws::Structure end |