Class: Aws::IoT::Types::DeleteBillingGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DeleteBillingGroupRequest
 
 
- 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.
 - 
  
    
      #expected_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected version of the billing group.
 
Instance Attribute Details
#billing_group_name ⇒ String
The name of the billing group.
      4263 4264 4265 4266 4267 4268  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4263 class DeleteBillingGroupRequest < Struct.new( :billing_group_name, :expected_version) SENSITIVE = [] include Aws::Structure end  | 
  
#expected_version ⇒ Integer
The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the ‘DeleteBillingGroup` request is rejected with a `VersionConflictException`.
      4263 4264 4265 4266 4267 4268  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4263 class DeleteBillingGroupRequest < Struct.new( :billing_group_name, :expected_version) SENSITIVE = [] include Aws::Structure end  |