Class: Aws::AlexaForBusiness::Types::DisassociateSkillGroupFromRoomRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#room_arnString

The ARN of the room from which the skill group is to be disassociated. Required.

Returns:

  • (String)


1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1940

class DisassociateSkillGroupFromRoomRequest < Struct.new(
  :skill_group_arn,
  :room_arn)
  SENSITIVE = []
  include Aws::Structure
end

#skill_group_arnString

The ARN of the skill group to disassociate from a room. Required.

Returns:

  • (String)


1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1940

class DisassociateSkillGroupFromRoomRequest < Struct.new(
  :skill_group_arn,
  :room_arn)
  SENSITIVE = []
  include Aws::Structure
end