Class: Aws::AlexaForBusiness::Types::DisassociateSkillGroupFromRoomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DisassociateSkillGroupFromRoomRequest
- 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 from which the skill group is to be disassociated.
-
#skill_group_arn ⇒ String
The ARN of the skill group to disassociate from a room.
Instance Attribute Details
#room_arn ⇒ String
The ARN of the room from which the skill group is to be disassociated. Required.
1940 1941 1942 1943 1944 1945 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1940 class DisassociateSkillGroupFromRoomRequest < Struct.new( :skill_group_arn, :room_arn) SENSITIVE = [] include Aws::Structure end |
#skill_group_arn ⇒ String
The ARN of the skill group to disassociate from a room. Required.
1940 1941 1942 1943 1944 1945 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1940 class DisassociateSkillGroupFromRoomRequest < Struct.new( :skill_group_arn, :room_arn) SENSITIVE = [] include Aws::Structure end |