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)


6245
6246
6247
# File 'sig/types.rbs', line 6245

def database
  @database
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6244
6245
6246
# File 'sig/types.rbs', line 6244

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6243
6244
6245
# File 'sig/types.rbs', line 6243

def name
  @name
end

#redshift_tmp_dir::String

Returns the value of attribute redshift_tmp_dir.

Returns:

  • (::String)


6247
6248
6249
# File 'sig/types.rbs', line 6247

def redshift_tmp_dir
  @redshift_tmp_dir
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6246
6247
6248
# File 'sig/types.rbs', line 6246

def table
  @table
end

#tmp_dir_iam_role::String

Returns the value of attribute tmp_dir_iam_role.

Returns:

  • (::String)


6248
6249
6250
# File 'sig/types.rbs', line 6248

def tmp_dir_iam_role
  @tmp_dir_iam_role
end

#upsert_redshift_optionsTypes::UpsertRedshiftTargetOptions

Returns the value of attribute upsert_redshift_options.



6249
6250
6251
# File 'sig/types.rbs', line 6249

def upsert_redshift_options
  @upsert_redshift_options
end