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.
8583 8584 8585 8586 8587 |
# File 'lib/aws-sdk-glue/types.rb', line 8583 class DeleteIntegrationRequest < Struct.new( :integration_identifier) SENSITIVE = [] include Aws::Structure end |