Class: Aws::Types::ResultField
- Inherits:
-
Object
- Object
- Aws::Types::ResultField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ ::String
Returns the value of attribute field.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#field ⇒ ::String
Returns the value of attribute field.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def field @field end |
#value ⇒ ::String
Returns the value of attribute value.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def value @value end |