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)


111
112
113
# File 'sig/types.rbs', line 111

def default_value
  @default_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

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")


110
111
112
# File 'sig/types.rbs', line 110

def type
  @type
end