Class: Aws::IoT::Types::DescribeBillingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeBillingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DescribeBillingGroupRequest data as a hash:
{
billing_group_name: "BillingGroupName", # required
}
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.
3742 3743 3744 3745 |
# File 'lib/aws-sdk-iot/types.rb', line 3742 class DescribeBillingGroupRequest < Struct.new( :billing_group_name) include Aws::Structure end |