Class: Aws::IoT::Types::DeleteDomainConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DeleteDomainConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_configuration_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the domain configuration to be deleted.
 
Instance Attribute Details
#domain_configuration_name ⇒ String
The name of the domain configuration to be deleted.
      4361 4362 4363 4364 4365  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4361 class DeleteDomainConfigurationRequest < Struct.new( :domain_configuration_name) SENSITIVE = [] include Aws::Structure end  |