Class: Aws::Types::NormalizedValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def value
  @value
end

#value_type"DATE"

Returns the value of attribute value_type.

Returns:

  • ("DATE")


562
563
564
# File 'sig/types.rbs', line 562

def value_type
  @value_type
end