Class: Aws::Types::MeasureValue

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)


295
296
297
# File 'sig/types.rbs', line 295

def name
  @name
end

#type ⇒ "DOUBLE", ...

Returns the value of attribute type.

Returns:

  • ("DOUBLE", "BIGINT", "VARCHAR", "BOOLEAN", "TIMESTAMP", "MULTI")


297
298
299
# File 'sig/types.rbs', line 297

def type
  @type
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def value
  @value
end