Class: Aws::IoT::Types::DescribeDomainConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeDomainConfigurationRequest
 
 
- 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.
 
Instance Attribute Details
#domain_configuration_name ⇒ String
The name of the domain configuration.
      5387 5388 5389 5390 5391  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 5387 class DescribeDomainConfigurationRequest < Struct.new( :domain_configuration_name) SENSITIVE = [] include Aws::Structure end  |