Class: Aws::Types::RedshiftMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_user_name::String

Returns the value of attribute database_user_name.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def database_user_name
  @database_user_name
end

#redshift_databaseTypes::RedshiftDatabase

Returns the value of attribute redshift_database.



602
603
604
# File 'sig/types.rbs', line 602

def redshift_database
  @redshift_database
end

#select_sql_query::String

Returns the value of attribute select_sql_query.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def select_sql_query
  @select_sql_query
end