Class: Aws::Types::UpsertRedshiftTargetOptions
- Inherits:
-
Object
- Object
- Aws::Types::UpsertRedshiftTargetOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#table_location ⇒ ::String
Returns the value of attribute table_location.
-
#upsert_keys ⇒ ::Array[::String]
Returns the value of attribute upsert_keys.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
8280 8281 8282 |
# File 'sig/types.rbs', line 8280 def connection_name @connection_name end |
#table_location ⇒ ::String
Returns the value of attribute table_location.
8279 8280 8281 |
# File 'sig/types.rbs', line 8279 def table_location @table_location end |
#upsert_keys ⇒ ::Array[::String]
Returns the value of attribute upsert_keys.
8281 8282 8283 |
# File 'sig/types.rbs', line 8281 def upsert_keys @upsert_keys end |