Class: Aws::Types::RedshiftDataSpec
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDataSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_rearrangement ⇒ ::String
Returns the value of attribute data_rearrangement.
-
#data_schema ⇒ ::String
Returns the value of attribute data_schema.
-
#data_schema_uri ⇒ ::String
Returns the value of attribute data_schema_uri.
-
#database_credentials ⇒ Types::RedshiftDatabaseCredentials
Returns the value of attribute database_credentials.
-
#database_information ⇒ Types::RedshiftDatabase
Returns the value of attribute database_information.
-
#s3_staging_location ⇒ ::String
Returns the value of attribute s3_staging_location.
-
#select_sql_query ⇒ ::String
Returns the value of attribute select_sql_query.
Instance Attribute Details
#data_rearrangement ⇒ ::String
Returns the value of attribute data_rearrangement.
583 584 585 |
# File 'sig/types.rbs', line 583 def data_rearrangement @data_rearrangement end |
#data_schema ⇒ ::String
Returns the value of attribute data_schema.
584 585 586 |
# File 'sig/types.rbs', line 584 def data_schema @data_schema end |
#data_schema_uri ⇒ ::String
Returns the value of attribute data_schema_uri.
585 586 587 |
# File 'sig/types.rbs', line 585 def data_schema_uri @data_schema_uri end |
#database_credentials ⇒ Types::RedshiftDatabaseCredentials
Returns the value of attribute database_credentials.
581 582 583 |
# File 'sig/types.rbs', line 581 def database_credentials @database_credentials end |
#database_information ⇒ Types::RedshiftDatabase
Returns the value of attribute database_information.
579 580 581 |
# File 'sig/types.rbs', line 579 def database_information @database_information end |
#s3_staging_location ⇒ ::String
Returns the value of attribute s3_staging_location.
582 583 584 |
# File 'sig/types.rbs', line 582 def s3_staging_location @s3_staging_location end |
#select_sql_query ⇒ ::String
Returns the value of attribute select_sql_query.
580 581 582 |
# File 'sig/types.rbs', line 580 def select_sql_query @select_sql_query end |