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

Class: Aws::IoT::Types::RemoveThingFromBillingGroupRequest

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

Overview

Note:

When passing RemoveThingFromBillingGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  billing_group_name: "BillingGroupName",
  billing_group_arn: "BillingGroupArn",
  thing_name: "ThingName",
  thing_arn: "ThingArn",
}

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_arnString

The ARN of the billing group.

Returns:

  • (String)

    The ARN of the billing group.

#billing_group_nameString

The name of the billing group.

Returns:

  • (String)

    The name of the billing group.

#thing_arnString

The ARN of the thing to be removed from the billing group.

Returns:

  • (String)

    The ARN of the thing to be removed from the billing group.

#thing_nameString

The name of the thing to be removed from the billing group.

Returns:

  • (String)

    The name of the thing to be removed from the billing group.