Class: Aws::AppIntegrationsService::Types::GetDataIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::GetDataIntegrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the DataIntegration.
-
#description ⇒ String
The KMS key ARN for the DataIntegration.
-
#file_configuration ⇒ Types::FileConfiguration
The configuration for what files should be pulled from the source.
-
#id ⇒ String
A unique identifier.
-
#kms_key ⇒ String
The KMS key ARN for the DataIntegration.
-
#name ⇒ String
The name of the DataIntegration.
-
#object_configuration ⇒ Hash<String,Hash<String,Array<String>>>
The configuration for what data should be pulled from the source.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
The name of the data and how often it should be pulled from the source.
-
#source_uri ⇒ String
The URI of the data source.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the DataIntegration.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The KMS key ARN for the DataIntegration.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#file_configuration ⇒ Types::FileConfiguration
The configuration for what files should be pulled from the source.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#kms_key ⇒ String
The KMS key ARN for the DataIntegration.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DataIntegration.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#object_configuration ⇒ Hash<String,Hash<String,Array<String>>>
The configuration for what data should be pulled from the source.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
The name of the data and how often it should be pulled from the source.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#source_uri ⇒ String
The URI of the data source.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “tags”: “key2”:“value2” }.
880 881 882 883 884 885 886 887 888 889 890 891 892 893 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 880 class GetDataIntegrationResponse < Struct.new( :arn, :id, :name, :description, :kms_key, :source_uri, :schedule_configuration, :tags, :file_configuration, :object_configuration) SENSITIVE = [] include Aws::Structure end |