Class: Aws::DataZone::Types::RedshiftPropertiesPatch

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Amazon Redshift properties patch.

Constant Summary collapse

SENSITIVE =
[:credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::RedshiftCredentials

The credentials in the Amazon Redshift properties patch.



19062
19063
19064
19065
19066
19067
19068
19069
19070
19071
# File 'lib/aws-sdk-datazone/types.rb', line 19062

class RedshiftPropertiesPatch < Struct.new(
  :storage,
  :database_name,
  :host,
  :port,
  :credentials,
  :lineage_sync)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#database_nameString

The name in the Amazon Redshift properties patch.

Returns:

  • (String)


19062
19063
19064
19065
19066
19067
19068
19069
19070
19071
# File 'lib/aws-sdk-datazone/types.rb', line 19062

class RedshiftPropertiesPatch < Struct.new(
  :storage,
  :database_name,
  :host,
  :port,
  :credentials,
  :lineage_sync)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#hostString

The host in the Amazon Redshift properties patch.

Returns:

  • (String)


19062
19063
19064
19065
19066
19067
19068
19069
19070
19071
# File 'lib/aws-sdk-datazone/types.rb', line 19062

class RedshiftPropertiesPatch < Struct.new(
  :storage,
  :database_name,
  :host,
  :port,
  :credentials,
  :lineage_sync)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#lineage_syncTypes::RedshiftLineageSyncConfigurationInput

The lineage sync in the Amazon Redshift properties patch.



19062
19063
19064
19065
19066
19067
19068
19069
19070
19071
# File 'lib/aws-sdk-datazone/types.rb', line 19062

class RedshiftPropertiesPatch < Struct.new(
  :storage,
  :database_name,
  :host,
  :port,
  :credentials,
  :lineage_sync)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#portInteger

The port in the Amazon Redshift properties patch.

Returns:

  • (Integer)


19062
19063
19064
19065
19066
19067
19068
19069
19070
19071
# File 'lib/aws-sdk-datazone/types.rb', line 19062

class RedshiftPropertiesPatch < Struct.new(
  :storage,
  :database_name,
  :host,
  :port,
  :credentials,
  :lineage_sync)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#storageTypes::RedshiftStorageProperties

The storage in the Amazon Redshift properties patch.



19062
19063
19064
19065
19066
19067
19068
19069
19070
19071
# File 'lib/aws-sdk-datazone/types.rb', line 19062

class RedshiftPropertiesPatch < Struct.new(
  :storage,
  :database_name,
  :host,
  :port,
  :credentials,
  :lineage_sync)
  SENSITIVE = [:credentials]
  include Aws::Structure
end