Class: Aws::AppIntegrationsService::Types::DataIntegrationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::DataIntegrationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Summary information about the DataIntegration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the DataIntegration.
-
#name ⇒ String
The name of the DataIntegration.
-
#source_uri ⇒ String
The URI of the data source.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the DataIntegration.
512 513 514 515 516 517 518 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 512 class DataIntegrationSummary < Struct.new( :arn, :name, :source_uri) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DataIntegration.
512 513 514 515 516 517 518 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 512 class DataIntegrationSummary < Struct.new( :arn, :name, :source_uri) SENSITIVE = [] include Aws::Structure end |
#source_uri ⇒ String
The URI of the data source.
512 513 514 515 516 517 518 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 512 class DataIntegrationSummary < Struct.new( :arn, :name, :source_uri) SENSITIVE = [] include Aws::Structure end |