Class: Aws::Types::RedshiftDatasetDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


10431
10432
10433
# File 'sig/types.rbs', line 10431

def cluster_id
  @cluster_id
end

#cluster_role_arn::String

Returns the value of attribute cluster_role_arn.

Returns:

  • (::String)


10435
10436
10437
# File 'sig/types.rbs', line 10435

def cluster_role_arn
  @cluster_role_arn
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


10432
10433
10434
# File 'sig/types.rbs', line 10432

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


10433
10434
10435
# File 'sig/types.rbs', line 10433

def db_user
  @db_user
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


10437
10438
10439
# File 'sig/types.rbs', line 10437

def kms_key_id
  @kms_key_id
end

#output_compression"None", ...

Returns the value of attribute output_compression.

Returns:

  • ("None", "GZIP", "BZIP2", "ZSTD", "SNAPPY")


10439
10440
10441
# File 'sig/types.rbs', line 10439

def output_compression
  @output_compression
end

#output_format"PARQUET", "CSV"

Returns the value of attribute output_format.

Returns:

  • ("PARQUET", "CSV")


10438
10439
10440
# File 'sig/types.rbs', line 10438

def output_format
  @output_format
end

#output_s3_uri::String

Returns the value of attribute output_s3_uri.

Returns:

  • (::String)


10436
10437
10438
# File 'sig/types.rbs', line 10436

def output_s3_uri
  @output_s3_uri
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


10434
10435
10436
# File 'sig/types.rbs', line 10434

def query_string
  @query_string
end