Class: Aws::Types::RedshiftDataParameters
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftDataParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#secret_manager_arn ⇒ ::String
Returns the value of attribute secret_manager_arn.
-
#sql ⇒ ::String
Returns the value of attribute sql.
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
-
#with_event ⇒ Boolean
Returns the value of attribute with_event.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
871 872 873 |
# File 'sig/types.rbs', line 871 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
872 873 874 |
# File 'sig/types.rbs', line 872 def db_user @db_user end |
#secret_manager_arn ⇒ ::String
Returns the value of attribute secret_manager_arn.
870 871 872 |
# File 'sig/types.rbs', line 870 def secret_manager_arn @secret_manager_arn end |
#sql ⇒ ::String
Returns the value of attribute sql.
873 874 875 |
# File 'sig/types.rbs', line 873 def sql @sql end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
874 875 876 |
# File 'sig/types.rbs', line 874 def statement_name @statement_name end |
#with_event ⇒ Boolean
Returns the value of attribute with_event.
875 876 877 |
# File 'sig/types.rbs', line 875 def with_event @with_event end |