Class: Aws::Types::RedshiftDatasetDefinition
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDatasetDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#cluster_role_arn ⇒ ::String
Returns the value of attribute cluster_role_arn.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#output_compression ⇒ "None", ...
Returns the value of attribute output_compression.
-
#output_format ⇒ "PARQUET", "CSV"
Returns the value of attribute output_format.
-
#output_s3_uri ⇒ ::String
Returns the value of attribute output_s3_uri.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
10446 10447 10448 |
# File 'sig/types.rbs', line 10446 def cluster_id @cluster_id end |
#cluster_role_arn ⇒ ::String
Returns the value of attribute cluster_role_arn.
10450 10451 10452 |
# File 'sig/types.rbs', line 10450 def cluster_role_arn @cluster_role_arn end |
#database ⇒ ::String
Returns the value of attribute database.
10447 10448 10449 |
# File 'sig/types.rbs', line 10447 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
10448 10449 10450 |
# File 'sig/types.rbs', line 10448 def db_user @db_user end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
10452 10453 10454 |
# File 'sig/types.rbs', line 10452 def kms_key_id @kms_key_id end |
#output_compression ⇒ "None", ...
Returns the value of attribute output_compression.
10454 10455 10456 |
# File 'sig/types.rbs', line 10454 def output_compression @output_compression end |
#output_format ⇒ "PARQUET", "CSV"
Returns the value of attribute output_format.
10453 10454 10455 |
# File 'sig/types.rbs', line 10453 def output_format @output_format end |
#output_s3_uri ⇒ ::String
Returns the value of attribute output_s3_uri.
10451 10452 10453 |
# File 'sig/types.rbs', line 10451 def output_s3_uri @output_s3_uri end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
10449 10450 10451 |
# File 'sig/types.rbs', line 10449 def query_string @query_string end |