Class: Aws::AlexaForBusiness::Types::AssociateSkillGroupWithRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::AssociateSkillGroupWithRoomRequest
- 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 with which to associate the skill group.
-
#skill_group_arn ⇒ String
The ARN of the skill group to associate with a room.
Instance Attribute Details
#room_arn ⇒ String
The ARN of the room with which to associate the skill group. Required.
164 165 166 167 168 169 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 164 class AssociateSkillGroupWithRoomRequest < Struct.new( :skill_group_arn, :room_arn) SENSITIVE = [] include Aws::Structure end |
#skill_group_arn ⇒ String
The ARN of the skill group to associate with a room. Required.
164 165 166 167 168 169 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 164 class AssociateSkillGroupWithRoomRequest < Struct.new( :skill_group_arn, :room_arn) SENSITIVE = [] include Aws::Structure end |