Class: Aws::Types::FieldValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3978
3979
3980
# File 'sig/types.rbs', line 3978

def id
  @id
end

#valueTypes::FieldValueUnion

Returns the value of attribute value.



3979
3980
3981
# File 'sig/types.rbs', line 3979

def value
  @value
end