Class: Aws::IoT::Types::UpdateDomainConfigurationResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::UpdateDomainConfigurationResponse
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #domain_configuration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the domain configuration that was updated. 
- 
  
    
      #domain_configuration_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the domain configuration that was updated. 
Instance Attribute Details
#domain_configuration_arn ⇒ String
The ARN of the domain configuration that was updated.
| 17724 17725 17726 17727 17728 17729 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17724 class UpdateDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn) SENSITIVE = [] include Aws::Structure end | 
#domain_configuration_name ⇒ String
The name of the domain configuration that was updated.
| 17724 17725 17726 17727 17728 17729 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17724 class UpdateDomainConfigurationResponse < Struct.new( :domain_configuration_name, :domain_configuration_arn) SENSITIVE = [] include Aws::Structure end |