You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveThingFromThingGroupRequest as input to an Aws::Client method, you can use a vanilla 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)

    The ARN of the thing to remove from the group.

#thing_group_arnString

The group ARN.

Returns:

  • (String)

    The group ARN.

#thing_group_nameString

The group name.

Returns:

  • (String)

    The group name.

#thing_nameString

The name of the thing to remove from the group.

Returns:

  • (String)

    The name of the thing to remove from the group.