Class: Aws::IoT::Types::AddThingToBillingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AddThingToBillingGroupRequest
- Defined in:
- gems/aws-sdk-iot/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",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_group_arn ⇒ String
The ARN of the billing group.
-
#billing_group_name ⇒ String
The name of the billing group.
-
#thing_arn ⇒ String
The ARN of the thing to be added to the billing group.
-
#thing_name ⇒ String
The name of the thing to be added to the billing group.
Instance Attribute Details
#billing_group_arn ⇒ String
The ARN of the billing group.
514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 514 class AddThingToBillingGroupRequest < Struct.new( :billing_group_name, :billing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#billing_group_name ⇒ String
The name of the billing group.
514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 514 class AddThingToBillingGroupRequest < Struct.new( :billing_group_name, :billing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The ARN of the thing to be added to the billing group.
514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 514 class AddThingToBillingGroupRequest < Struct.new( :billing_group_name, :billing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing to be added to the billing group.
514 515 516 517 518 519 520 521 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 514 class AddThingToBillingGroupRequest < Struct.new( :billing_group_name, :billing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |