Class: Aws::IoT::Types::BillingGroupProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::BillingGroupProperties
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The properties of a billing group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_group_description ⇒ String
The description of the billing group.
Instance Attribute Details
#billing_group_description ⇒ String
The description of the billing group.
1524 1525 1526 1527 1528 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1524 class BillingGroupProperties < Struct.new( :billing_group_description) SENSITIVE = [] include Aws::Structure end |