Class: Aws::Types::UpsertRedshiftTargetOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


8313
8314
8315
# File 'sig/types.rbs', line 8313

def upsert_keys
  @upsert_keys
end