Class: Aws::CustomerProfiles::Types::DeleteIntegrationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::DeleteIntegrationRequest
 
 
- 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.
      1173 1174 1175 1176 1177 1178  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1173 class DeleteIntegrationRequest < 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.
      1173 1174 1175 1176 1177 1178  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1173 class DeleteIntegrationRequest < Struct.new( :domain_name, :uri) SENSITIVE = [] include Aws::Structure end  |