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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


8281
8282
8283
# File 'sig/types.rbs', line 8281

def upsert_keys
  @upsert_keys
end