Class: Aws::Types::AnalysisParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def default_value
  @default_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def name
  @name
end

#type"SMALLINT", ...

Returns the value of attribute type.

Returns:

  • ("SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE", "BINARY", "BYTE", "CHARACTER", "DOUBLE", "FLOAT", "INT", "LONG", "NUMERIC", "SHORT", "STRING", "TIMESTAMP_LTZ", "TIMESTAMP_NTZ", "TINYINT")


119
120
121
# File 'sig/types.rbs', line 119

def type
  @type
end