Class: Aws::IoT::Types::CreateBillingGroupResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_arnString

The ARN of the billing group.

Returns:

  • (String)


1737
1738
1739
1740
1741
1742
# File 'lib/aws-sdk-iot/types.rb', line 1737

class CreateBillingGroupResponse < Struct.new(
  :billing_group_name,
  :billing_group_arn,
  :billing_group_id)
  include Aws::Structure
end

#billing_group_idString

The ID of the billing group.

Returns:

  • (String)


1737
1738
1739
1740
1741
1742
# File 'lib/aws-sdk-iot/types.rb', line 1737

class CreateBillingGroupResponse < Struct.new(
  :billing_group_name,
  :billing_group_arn,
  :billing_group_id)
  include Aws::Structure
end

#billing_group_nameString

The name you gave to the billing group.

Returns:

  • (String)


1737
1738
1739
1740
1741
1742
# File 'lib/aws-sdk-iot/types.rb', line 1737

class CreateBillingGroupResponse < Struct.new(
  :billing_group_name,
  :billing_group_arn,
  :billing_group_id)
  include Aws::Structure
end