Class: Aws::Types::ObjectAttribute
- Inherits:
-
Object
- Object
- Aws::Types::ObjectAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "INCLUSIVE", ...
Returns the value of attribute comparison_operator.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#comparison_operator ⇒ "INCLUSIVE", ...
Returns the value of attribute comparison_operator.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def comparison_operator @comparison_operator end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def field_name @field_name end |
#source ⇒ ::String
Returns the value of attribute source.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def source @source end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def values @values end |