Class: Aws::Types::RedshiftDataSpec

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data_rearrangement::String

Returns the value of attribute data_rearrangement.

Returns:



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.

Returns:



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.

Returns:



585
586
587
# File 'sig/types.rbs', line 585

def data_schema_uri
  @data_schema_uri
end

#database_credentialsTypes::RedshiftDatabaseCredentials

Returns the value of attribute database_credentials.

Returns:



581
582
583
# File 'sig/types.rbs', line 581

def database_credentials
  @database_credentials
end

#database_informationTypes::RedshiftDatabase

Returns the value of attribute database_information.

Returns:



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.

Returns:



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.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def select_sql_query
  @select_sql_query
end