Class: Aws::IoT::Types::DescribeBillingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeBillingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_group_name ⇒ String
The name of the billing group.
Instance Attribute Details
#billing_group_name ⇒ String
The name of the billing group.
5290 5291 5292 5293 5294 |
# File 'lib/aws-sdk-iot/types.rb', line 5290 class DescribeBillingGroupRequest < Struct.new( :billing_group_name) SENSITIVE = [] include Aws::Structure end |