Class: Aws::CustomerProfiles::Types::GetDomainLayoutRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CustomerProfiles::Types::GetDomainLayoutRequest
 
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique name of the domain. 
- 
  
    
      #layout_definition_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique name of the layout. 
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
| 3159 3160 3161 3162 3163 3164 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3159 class GetDomainLayoutRequest < Struct.new( :domain_name, :layout_definition_name) SENSITIVE = [] include Aws::Structure end | 
#layout_definition_name ⇒ String
The unique name of the layout.
| 3159 3160 3161 3162 3163 3164 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3159 class GetDomainLayoutRequest < Struct.new( :domain_name, :layout_definition_name) SENSITIVE = [] include Aws::Structure end |