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)


8322
8323
8324
# File 'sig/types.rbs', line 8322

def connection_name
  @connection_name
end

#table_location::String

Returns the value of attribute table_location.

Returns:

  • (::String)


8321
8322
8323
# File 'sig/types.rbs', line 8321

def table_location
  @table_location
end

#upsert_keys::Array[::String]

Returns the value of attribute upsert_keys.

Returns:

  • (::Array[::String])


8323
8324
8325
# File 'sig/types.rbs', line 8323

def upsert_keys
  @upsert_keys
end