Class: Aws::Types::RedshiftMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_user_name ⇒ ::String
Returns the value of attribute database_user_name.
-
#redshift_database ⇒ Types::RedshiftDatabase
Returns the value of attribute redshift_database.
-
#select_sql_query ⇒ ::String
Returns the value of attribute select_sql_query.
Instance Attribute Details
#database_user_name ⇒ ::String
Returns the value of attribute database_user_name.
603 604 605 |
# File 'sig/types.rbs', line 603 def database_user_name @database_user_name end |
#redshift_database ⇒ Types::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.
604 605 606 |
# File 'sig/types.rbs', line 604 def select_sql_query @select_sql_query end |