Class: Aws::DataZone::Types::RedshiftPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftPropertiesInput
- Includes:
- Structure
- Defined in:
- 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.
15208 15209 15210 15211 15212 15213 15214 15215 15216 15217 |
# File 'lib/aws-sdk-datazone/types.rb', line 15208 class RedshiftPropertiesInput < Struct.new( :credentials, :database_name, :host, :lineage_sync, :port, :storage) SENSITIVE = [:credentials] include Aws::Structure end |
#database_name ⇒ String
The Amazon Redshift database name.
15208 15209 15210 15211 15212 15213 15214 15215 15216 15217 |
# File 'lib/aws-sdk-datazone/types.rb', line 15208 class RedshiftPropertiesInput < Struct.new( :credentials, :database_name, :host, :lineage_sync, :port, :storage) SENSITIVE = [:credentials] include Aws::Structure end |
#host ⇒ String
The Amazon Redshift host.
15208 15209 15210 15211 15212 15213 15214 15215 15216 15217 |
# File 'lib/aws-sdk-datazone/types.rb', line 15208 class RedshiftPropertiesInput < Struct.new( :credentials, :database_name, :host, :lineage_sync, :port, :storage) SENSITIVE = [:credentials] include Aws::Structure end |
#lineage_sync ⇒ Types::RedshiftLineageSyncConfigurationInput
The lineage sync of the Amazon Redshift.
15208 15209 15210 15211 15212 15213 15214 15215 15216 15217 |
# File 'lib/aws-sdk-datazone/types.rb', line 15208 class RedshiftPropertiesInput < Struct.new( :credentials, :database_name, :host, :lineage_sync, :port, :storage) SENSITIVE = [:credentials] include Aws::Structure end |
#port ⇒ Integer
The Amaon Redshift port.
15208 15209 15210 15211 15212 15213 15214 15215 15216 15217 |
# File 'lib/aws-sdk-datazone/types.rb', line 15208 class RedshiftPropertiesInput < Struct.new( :credentials, :database_name, :host, :lineage_sync, :port, :storage) SENSITIVE = [:credentials] include Aws::Structure end |
#storage ⇒ Types::RedshiftStorageProperties
The Amazon Redshift storage.
15208 15209 15210 15211 15212 15213 15214 15215 15216 15217 |
# File 'lib/aws-sdk-datazone/types.rb', line 15208 class RedshiftPropertiesInput < Struct.new( :credentials, :database_name, :host, :lineage_sync, :port, :storage) SENSITIVE = [:credentials] include Aws::Structure end |