Class: Aws::DataZone::Types::RedshiftPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftPropertiesInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Amazon Redshift properties.
Constant Summary collapse
- SENSITIVE =
[:credentials]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::RedshiftCredentials
The Amaon Redshift credentials.
-
#database_name ⇒ String
The Amazon Redshift database name.
-
#host ⇒ String
The Amazon Redshift host.
-
#lineage_sync ⇒ Types::RedshiftLineageSyncConfigurationInput
The lineage sync of the Amazon Redshift.
-
#port ⇒ Integer
The Amaon Redshift port.
-
#storage ⇒ Types::RedshiftStorageProperties
The Amazon Redshift storage.
Instance Attribute Details
#credentials ⇒ Types::RedshiftCredentials
The Amaon Redshift credentials.
17023 17024 17025 17026 17027 17028 17029 17030 17031 17032 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17023 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |
#database_name ⇒ String
The Amazon Redshift database name.
17023 17024 17025 17026 17027 17028 17029 17030 17031 17032 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17023 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |
#host ⇒ String
The Amazon Redshift host.
17023 17024 17025 17026 17027 17028 17029 17030 17031 17032 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17023 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |
#lineage_sync ⇒ Types::RedshiftLineageSyncConfigurationInput
The lineage sync of the Amazon Redshift.
17023 17024 17025 17026 17027 17028 17029 17030 17031 17032 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17023 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |
#port ⇒ Integer
The Amaon Redshift port.
17023 17024 17025 17026 17027 17028 17029 17030 17031 17032 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17023 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |
#storage ⇒ Types::RedshiftStorageProperties
The Amazon Redshift storage.
17023 17024 17025 17026 17027 17028 17029 17030 17031 17032 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17023 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |