Class: Aws::Types::RedshiftTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


6213
6214
6215
# File 'sig/types.rbs', line 6213

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6212
6213
6214
# File 'sig/types.rbs', line 6212

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6211
6212
6213
# File 'sig/types.rbs', line 6211

def name
  @name
end

#redshift_tmp_dir::String

Returns the value of attribute redshift_tmp_dir.

Returns:

  • (::String)


6215
6216
6217
# File 'sig/types.rbs', line 6215

def redshift_tmp_dir
  @redshift_tmp_dir
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6214
6215
6216
# File 'sig/types.rbs', line 6214

def table
  @table
end

#tmp_dir_iam_role::String

Returns the value of attribute tmp_dir_iam_role.

Returns:

  • (::String)


6216
6217
6218
# File 'sig/types.rbs', line 6216

def tmp_dir_iam_role
  @tmp_dir_iam_role
end

#upsert_redshift_optionsTypes::UpsertRedshiftTargetOptions

Returns the value of attribute upsert_redshift_options.



6217
6218
6219
# File 'sig/types.rbs', line 6217

def upsert_redshift_options
  @upsert_redshift_options
end