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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_arnString

The ARN of the billing group.

Returns:

  • (String)


299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-iot/types.rb', line 299

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

#billing_group_nameString

The name of the billing group.

<note markdown=“1”> This call is asynchronous. It might take several seconds for the detachment to propagate.

</note>

Returns:

  • (String)


299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-iot/types.rb', line 299

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

#thing_arnString

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

Returns:

  • (String)


299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-iot/types.rb', line 299

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

#thing_nameString

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

Returns:

  • (String)


299
300
301
302
303
304
305
306
# File 'lib/aws-sdk-iot/types.rb', line 299

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