Class: Aws::AppSync::Types::CreateDomainNameResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppSync::Types::CreateDomainNameResponse
 
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #domain_name_config  ⇒ Types::DomainNameConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration for the DomainName.
Instance Attribute Details
#domain_name_config ⇒ Types::DomainNameConfig
The configuration for the DomainName.
| 1303 1304 1305 1306 1307 | # File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1303 class CreateDomainNameResponse < Struct.new( :domain_name_config) SENSITIVE = [] include Aws::Structure end |