Class: Aws::AppIntegrationsService::Types::DeleteDataIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::DeleteDataIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_integration_identifier ⇒ String
A unique identifier for the DataIntegration.
Instance Attribute Details
#data_integration_identifier ⇒ String
A unique identifier for the DataIntegration.
542 543 544 545 546 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 542 class DeleteDataIntegrationRequest < Struct.new( :data_integration_identifier) SENSITIVE = [] include Aws::Structure end |