Class: Aws::Glue::Types::DeleteIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteIntegrationRequest
- Defined in:
- gems/aws-sdk-glue/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.
8605 8606 8607 8608 8609 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8605 class DeleteIntegrationRequest < Struct.new( :integration_identifier) SENSITIVE = [] include Aws::Structure end |