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.
17452 17453 17454 17455 17456 17457 17458 17459 17460 17461 |
# File 'lib/aws-sdk-datazone/types.rb', line 17452 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.
17452 17453 17454 17455 17456 17457 17458 17459 17460 17461 |
# File 'lib/aws-sdk-datazone/types.rb', line 17452 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |
#host ⇒ String
The Amazon Redshift host.
17452 17453 17454 17455 17456 17457 17458 17459 17460 17461 |
# File 'lib/aws-sdk-datazone/types.rb', line 17452 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.
17452 17453 17454 17455 17456 17457 17458 17459 17460 17461 |
# File 'lib/aws-sdk-datazone/types.rb', line 17452 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |
#port ⇒ Integer
The Amaon Redshift port.
17452 17453 17454 17455 17456 17457 17458 17459 17460 17461 |
# File 'lib/aws-sdk-datazone/types.rb', line 17452 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.
17452 17453 17454 17455 17456 17457 17458 17459 17460 17461 |
# File 'lib/aws-sdk-datazone/types.rb', line 17452 class RedshiftPropertiesInput < Struct.new( :storage, :database_name, :host, :port, :credentials, :lineage_sync) SENSITIVE = [:credentials] include Aws::Structure end |