Class: Aws::Types::Field

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def key
  @key
end

#ref_value::String

Returns the value of attribute ref_value.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def ref_value
  @ref_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def string_value
  @string_value
end