Class: Aws::Types::ResultField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field::String

Returns the value of attribute field.

Returns:

  • (::String)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def field
  @field
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def value
  @value
end