Class: Aws::AlexaForBusiness::Types::PutRoomSkillParameterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::PutRoomSkillParameterRequest
- 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 associated with the room skill parameter.
-
#room_skill_parameter ⇒ Types::RoomSkillParameter
The updated room skill parameter.
-
#skill_id ⇒ String
The ARN of the skill associated with the room skill parameter.
Instance Attribute Details
#room_arn ⇒ String
The ARN of the room associated with the room skill parameter. Required.
3469 3470 3471 3472 3473 3474 3475 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3469 class PutRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :room_skill_parameter) SENSITIVE = [] include Aws::Structure end |
#room_skill_parameter ⇒ Types::RoomSkillParameter
The updated room skill parameter. Required.
3469 3470 3471 3472 3473 3474 3475 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3469 class PutRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :room_skill_parameter) SENSITIVE = [] include Aws::Structure end |
#skill_id ⇒ String
The ARN of the skill associated with the room skill parameter. Required.
3469 3470 3471 3472 3473 3474 3475 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3469 class PutRoomSkillParameterRequest < Struct.new( :room_arn, :skill_id, :room_skill_parameter) SENSITIVE = [] include Aws::Structure end |