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)


6235
6236
6237
# File 'sig/types.rbs', line 6235

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6234
6235
6236
# File 'sig/types.rbs', line 6234

def name
  @name
end

#redshift_tmp_dir::String

Returns the value of attribute redshift_tmp_dir.

Returns:

  • (::String)


6237
6238
6239
# File 'sig/types.rbs', line 6237

def redshift_tmp_dir
  @redshift_tmp_dir
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


6236
6237
6238
# File 'sig/types.rbs', line 6236

def table
  @table
end

#tmp_dir_iam_role::String

Returns the value of attribute tmp_dir_iam_role.

Returns:

  • (::String)


6238
6239
6240
# File 'sig/types.rbs', line 6238

def tmp_dir_iam_role
  @tmp_dir_iam_role
end