Class: Aws::Types::Value

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interpreted_value ⇒ ::String

Returns the value of attribute interpreted_value.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def interpreted_value
  @interpreted_value
end

#original_value ⇒ ::String

Returns the value of attribute original_value.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def original_value
  @original_value
end

#resolved_values ⇒ ::Array[::String]

Returns the value of attribute resolved_values.

Returns:

  • (::Array[::String])


401
402
403
# File 'sig/types.rbs', line 401

def resolved_values
  @resolved_values
end