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.
1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1506 class BillingGroupProperties < Struct.new( :billing_group_description) SENSITIVE = [] include Aws::Structure end |