Class: Aws::Types::SqlParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def name
  @name
end

#type_hint"JSON", ...

Returns the value of attribute type_hint.

Returns:

  • ("JSON", "UUID", "TIMESTAMP", "DATE", "TIME", "DECIMAL")


262
263
264
# File 'sig/types.rbs', line 262

def type_hint
  @type_hint
end

#valueTypes::Field

Returns the value of attribute value.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def value
  @value
end