Class: Aws::Types::AmazonRedshiftNodeData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_type::String

Returns the value of attribute access_type.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def access_type
  @access_type
end

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def action
  @action
end

#advanced_options::Array[Types::AmazonRedshiftAdvancedOption]

Returns the value of attribute advanced_options.



69
70
71
# File 'sig/types.rbs', line 69

def advanced_options
  @advanced_options
end

#catalog_databaseTypes::Option

Returns the value of attribute catalog_database.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def catalog_database
  @catalog_database
end

#catalog_redshift_schema::String

Returns the value of attribute catalog_redshift_schema.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def catalog_redshift_schema
  @catalog_redshift_schema
end

#catalog_redshift_table::String

Returns the value of attribute catalog_redshift_table.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def catalog_redshift_table
  @catalog_redshift_table
end

#catalog_tableTypes::Option

Returns the value of attribute catalog_table.

Returns:



64
65
66
# File 'sig/types.rbs', line 64

def catalog_table
  @catalog_table
end

#connectionTypes::Option

Returns the value of attribute connection.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def connection
  @connection
end

#crawler_connection::String

Returns the value of attribute crawler_connection.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def crawler_connection
  @crawler_connection
end

#iam_roleTypes::Option

Returns the value of attribute iam_role.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def iam_role
  @iam_role
end

#merge_action::String

Returns the value of attribute merge_action.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def merge_action
  @merge_action
end

#merge_clause::String

Returns the value of attribute merge_clause.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def merge_clause
  @merge_clause
end

#merge_when_matched::String

Returns the value of attribute merge_when_matched.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def merge_when_matched
  @merge_when_matched
end

#merge_when_not_matched::String

Returns the value of attribute merge_when_not_matched.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def merge_when_not_matched
  @merge_when_not_matched
end

#post_action::String

Returns the value of attribute post_action.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def post_action
  @post_action
end

#pre_action::String

Returns the value of attribute pre_action.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def pre_action
  @pre_action
end

#sample_query::String

Returns the value of attribute sample_query.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def sample_query
  @sample_query
end

#schemaTypes::Option

Returns the value of attribute schema.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def schema
  @schema
end

#selected_columns::Array[Types::Option]

Returns the value of attribute selected_columns.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def selected_columns
  @selected_columns
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def source_type
  @source_type
end

#staging_table::String

Returns the value of attribute staging_table.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def staging_table
  @staging_table
end

#tableTypes::Option

Returns the value of attribute table.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def table
  @table
end

#table_prefix::String

Returns the value of attribute table_prefix.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def table_prefix
  @table_prefix
end

#table_schema::Array[Types::Option]

Returns the value of attribute table_schema.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def table_schema
  @table_schema
end

#temp_dir::String

Returns the value of attribute temp_dir.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def temp_dir
  @temp_dir
end

#upsertBoolean

Returns the value of attribute upsert.

Returns:

  • (Boolean)


75
76
77
# File 'sig/types.rbs', line 75

def upsert
  @upsert
end