Class: Aws::Glue::Types::DeleteIntegrationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteIntegrationRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #integration_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) for the integration. 
Instance Attribute Details
#integration_identifier ⇒ String
The Amazon Resource Name (ARN) for the integration.
| 8617 8618 8619 8620 8621 | # File 'lib/aws-sdk-glue/types.rb', line 8617 class DeleteIntegrationRequest < Struct.new( :integration_identifier) SENSITIVE = [] include Aws::Structure end |