Class: Aws::CustomerProfiles::Types::GetIntegrationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::GetIntegrationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the domain.
 - 
  
    
      #uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI of the S3 bucket or any other type of data source.
 
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
      2220 2221 2222 2223 2224 2225  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2220 class GetIntegrationRequest < Struct.new( :domain_name, :uri) SENSITIVE = [] include Aws::Structure end  | 
  
#uri ⇒ String
The URI of the S3 bucket or any other type of data source.
      2220 2221 2222 2223 2224 2225  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2220 class GetIntegrationRequest < Struct.new( :domain_name, :uri) SENSITIVE = [] include Aws::Structure end  |