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.
-
#sqls ⇒ ::Array[::String]
Returns the value of attribute sqls.
-
#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.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def db_user @db_user end |
#secret_manager_arn ⇒ ::String
Returns the value of attribute secret_manager_arn.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def secret_manager_arn @secret_manager_arn end |
#sql ⇒ ::String
Returns the value of attribute sql.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def sql @sql end |
#sqls ⇒ ::Array[::String]
Returns the value of attribute sqls.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def sqls @sqls end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def statement_name @statement_name end |
#with_event ⇒ Boolean
Returns the value of attribute with_event.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def with_event @with_event end |