Class: Aws::IoT::Types::AddThingToBillingGroupRequest

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 AddThingToBillingGroupRequest data as a 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)


356
357
358
359
360
361
362
# File 'lib/aws-sdk-iot/types.rb', line 356

class AddThingToBillingGroupRequest < Struct.new(
  :billing_group_name,
  :billing_group_arn,
  :thing_name,
  :thing_arn)
  include Aws::Structure
end

#billing_group_nameString

The name of the billing group.

Returns:

  • (String)


356
357
358
359
360
361
362
# File 'lib/aws-sdk-iot/types.rb', line 356

class AddThingToBillingGroupRequest < Struct.new(
  :billing_group_name,
  :billing_group_arn,
  :thing_name,
  :thing_arn)
  include Aws::Structure
end

#thing_arnString

The ARN of the thing to be added to the billing group.

Returns:

  • (String)


356
357
358
359
360
361
362
# File 'lib/aws-sdk-iot/types.rb', line 356

class AddThingToBillingGroupRequest < Struct.new(
  :billing_group_name,
  :billing_group_arn,
  :thing_name,
  :thing_arn)
  include Aws::Structure
end

#thing_nameString

The name of the thing to be added to the billing group.

Returns:

  • (String)


356
357
358
359
360
361
362
# File 'lib/aws-sdk-iot/types.rb', line 356

class AddThingToBillingGroupRequest < Struct.new(
  :billing_group_name,
  :billing_group_arn,
  :thing_name,
  :thing_arn)
  include Aws::Structure
end