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.
8312 8313 8314 |
# File 'sig/types.rbs', line 8312 def connection_name @connection_name end |
#table_location ⇒ ::String
Returns the value of attribute table_location.
8311 8312 8313 |
# File 'sig/types.rbs', line 8311 def table_location @table_location end |
#upsert_keys ⇒ ::Array[::String]
Returns the value of attribute upsert_keys.
8313 8314 8315 |
# File 'sig/types.rbs', line 8313 def upsert_keys @upsert_keys end |