Class: Aws::IoT::Types::RemoveThingFromThingGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Note:

When making an API call, you may pass RemoveThingFromThingGroupRequest data as a hash:

{
  thing_group_name: "ThingGroupName",
  thing_group_arn: "ThingGroupArn",
  thing_name: "ThingName",
  thing_arn: "ThingArn",
}

Instance Attribute Summary collapse

Instance Attribute Details

#thing_arnString

The ARN of the thing to remove from the group.

Returns:

  • (String)


8587
8588
8589
8590
8591
8592
8593
# File 'lib/aws-sdk-iot/types.rb', line 8587

class RemoveThingFromThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_name,
  :thing_arn)
  include Aws::Structure
end

#thing_group_arnString

The group ARN.

Returns:

  • (String)


8587
8588
8589
8590
8591
8592
8593
# File 'lib/aws-sdk-iot/types.rb', line 8587

class RemoveThingFromThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_name,
  :thing_arn)
  include Aws::Structure
end

#thing_group_nameString

The group name.

Returns:

  • (String)


8587
8588
8589
8590
8591
8592
8593
# File 'lib/aws-sdk-iot/types.rb', line 8587

class RemoveThingFromThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_name,
  :thing_arn)
  include Aws::Structure
end

#thing_nameString

The name of the thing to remove from the group.

Returns:

  • (String)


8587
8588
8589
8590
8591
8592
8593
# File 'lib/aws-sdk-iot/types.rb', line 8587

class RemoveThingFromThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_name,
  :thing_arn)
  include Aws::Structure
end