Class: Aws::AlexaForBusiness::Types::DeleteRoomSkillParameterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteRoomSkillParameterRequest
- 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 remove details.
-
#room_arn ⇒ String
The ARN of the room from which to remove the room skill parameter details.
-
#skill_id ⇒ String
The ID of the skill from which to remove the room skill parameter details.
Instance Attribute Details
#parameter_key ⇒ String
The room skill parameter key for which to remove details.
1515 1516 1517 1518 1519 1520 1521 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1515 class DeleteRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :parameter_key) SENSITIVE = [] include Aws::Structure end |
#room_arn ⇒ String
The ARN of the room from which to remove the room skill parameter details.
1515 1516 1517 1518 1519 1520 1521 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1515 class DeleteRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :parameter_key) SENSITIVE = [] include Aws::Structure end |
#skill_id ⇒ String
The ID of the skill from which to remove the room skill parameter details.
1515 1516 1517 1518 1519 1520 1521 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1515 class DeleteRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :parameter_key) SENSITIVE = [] include Aws::Structure end |