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)


3920
3921
3922
# File 'sig/types.rbs', line 3920

def id
  @id
end

#valueTypes::FieldValueUnion

Returns the value of attribute value.



3921
3922
3923
# File 'sig/types.rbs', line 3921

def value
  @value
end