Class: Aws::Types::RedshiftSource

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)


6203
6204
6205
# File 'sig/types.rbs', line 6203

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6202
6203
6204
# File 'sig/types.rbs', line 6202

def name
  @name
end

#redshift_tmp_dir::String

Returns the value of attribute redshift_tmp_dir.

Returns:

  • (::String)


6205
6206
6207
# File 'sig/types.rbs', line 6205

def redshift_tmp_dir
  @redshift_tmp_dir
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6204
6205
6206
# File 'sig/types.rbs', line 6204

def table
  @table
end

#tmp_dir_iam_role::String

Returns the value of attribute tmp_dir_iam_role.

Returns:

  • (::String)


6206
6207
6208
# File 'sig/types.rbs', line 6206

def tmp_dir_iam_role
  @tmp_dir_iam_role
end