Class: Aws::Types::PipeTargetRedshiftDataParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeTargetRedshiftDataParameters
- 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.
-
#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.
521 522 523 |
# File 'sig/types.rbs', line 521 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
522 523 524 |
# File 'sig/types.rbs', line 522 def db_user @db_user end |
#secret_manager_arn ⇒ ::String
Returns the value of attribute secret_manager_arn.
520 521 522 |
# File 'sig/types.rbs', line 520 def secret_manager_arn @secret_manager_arn end |
#sqls ⇒ ::Array[::String]
Returns the value of attribute sqls.
525 526 527 |
# File 'sig/types.rbs', line 525 def sqls @sqls end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
523 524 525 |
# File 'sig/types.rbs', line 523 def statement_name @statement_name end |
#with_event ⇒ Boolean
Returns the value of attribute with_event.
524 525 526 |
# File 'sig/types.rbs', line 524 def with_event @with_event end |