Class: Aws::AlexaForBusiness::Types::RoomSkillParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::RoomSkillParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
A skill parameter associated with a room.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_key ⇒ String
The parameter key of a room skill parameter.
-
#parameter_value ⇒ String
The parameter value of a room skill parameter.
Instance Attribute Details
#parameter_key ⇒ String
The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.
3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3789 class RoomSkillParameter < Struct.new( :parameter_key, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#parameter_value ⇒ String
The parameter value of a room skill parameter.
3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3789 class RoomSkillParameter < Struct.new( :parameter_key, :parameter_value) SENSITIVE = [] include Aws::Structure end |