Class: Aws::IoT::Types::CreateBillingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateBillingGroupResponse
- Includes:
- Structure
- Defined in:
- 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_id ⇒ String
The ID of the billing group.
-
#billing_group_name ⇒ String
The name you gave to the billing group.
Instance Attribute Details
#billing_group_arn ⇒ String
The ARN of the billing group.
2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-iot/types.rb', line 2424 class CreateBillingGroupResponse < Struct.new( :billing_group_name, :billing_group_arn, :billing_group_id) SENSITIVE = [] include Aws::Structure end |
#billing_group_id ⇒ String
The ID of the billing group.
2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-iot/types.rb', line 2424 class CreateBillingGroupResponse < Struct.new( :billing_group_name, :billing_group_arn, :billing_group_id) SENSITIVE = [] include Aws::Structure end |
#billing_group_name ⇒ String
The name you gave to the billing group.
2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-iot/types.rb', line 2424 class CreateBillingGroupResponse < Struct.new( :billing_group_name, :billing_group_arn, :billing_group_id) SENSITIVE = [] include Aws::Structure end |