Class: Aws::AppIntegrationsService::Types::UpdateDataIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::UpdateDataIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the DataIntegration.
-
#identifier ⇒ String
A unique identifier for the DataIntegration.
-
#name ⇒ String
The name of the DataIntegration.
Instance Attribute Details
#description ⇒ String
A description of the DataIntegration.
1527 1528 1529 1530 1531 1532 1533 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1527 class UpdateDataIntegrationRequest < Struct.new( :identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
A unique identifier for the DataIntegration.
1527 1528 1529 1530 1531 1532 1533 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1527 class UpdateDataIntegrationRequest < Struct.new( :identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DataIntegration.
1527 1528 1529 1530 1531 1532 1533 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1527 class UpdateDataIntegrationRequest < Struct.new( :identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |