Class: Aws::IoT::Types::RemoveThingFromBillingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RemoveThingFromBillingGroupRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
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 removed from the billing group.
-
#thing_name ⇒ String
The name of the thing to be removed from the billing group.
Instance Attribute Details
#billing_group_arn ⇒ String
The ARN of the billing group.
14360 14361 14362 14363 14364 14365 14366 14367 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14360 class RemoveThingFromBillingGroupRequest < 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.
14360 14361 14362 14363 14364 14365 14366 14367 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14360 class RemoveThingFromBillingGroupRequest < 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 removed from the billing group.
14360 14361 14362 14363 14364 14365 14366 14367 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14360 class RemoveThingFromBillingGroupRequest < 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 removed from the billing group.
14360 14361 14362 14363 14364 14365 14366 14367 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14360 class RemoveThingFromBillingGroupRequest < Struct.new( :billing_group_name, :billing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |