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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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.



16306
16307
16308
16309
16310
16311
16312
16313
16314
16315
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16306

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

#database_nameString

The name in the Amazon Redshift properties patch.

Returns:

  • (String)


16306
16307
16308
16309
16310
16311
16312
16313
16314
16315
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16306

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

#hostString

The host in the Amazon Redshift properties patch.

Returns:

  • (String)


16306
16307
16308
16309
16310
16311
16312
16313
16314
16315
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16306

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

#lineage_syncTypes::RedshiftLineageSyncConfigurationInput

The lineage sync in the Amazon Redshift properties patch.



16306
16307
16308
16309
16310
16311
16312
16313
16314
16315
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16306

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

#portInteger

The port in the Amazon Redshift properties patch.

Returns:

  • (Integer)


16306
16307
16308
16309
16310
16311
16312
16313
16314
16315
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16306

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

#storageTypes::RedshiftStorageProperties

The storage in the Amazon Redshift properties patch.



16306
16307
16308
16309
16310
16311
16312
16313
16314
16315
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16306

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