Class: Aws::IoT::Types::BillingGroupProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::BillingGroupProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      1447 1448 1449 1450 1451  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1447 class BillingGroupProperties < Struct.new( :billing_group_description) SENSITIVE = [] include Aws::Structure end  |