Class: Aws::Types::AdvancedFieldSelector
- Inherits:
-
Object
- Object
- Aws::Types::AdvancedFieldSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ends_with ⇒ ::Array[::String]
Returns the value of attribute ends_with.
-
#equals ⇒ ::Array[::String]
Returns the value of attribute equals.
-
#field ⇒ ::String
Returns the value of attribute field.
-
#not_ends_with ⇒ ::Array[::String]
Returns the value of attribute not_ends_with.
-
#not_equals ⇒ ::Array[::String]
Returns the value of attribute not_equals.
-
#not_starts_with ⇒ ::Array[::String]
Returns the value of attribute not_starts_with.
-
#starts_with ⇒ ::Array[::String]
Returns the value of attribute starts_with.
Instance Attribute Details
#ends_with ⇒ ::Array[::String]
Returns the value of attribute ends_with.
45 46 47 |
# File 'sig/types.rbs', line 45 def ends_with @ends_with end |
#equals ⇒ ::Array[::String]
Returns the value of attribute equals.
43 44 45 |
# File 'sig/types.rbs', line 43 def equals @equals end |
#field ⇒ ::String
Returns the value of attribute field.
42 43 44 |
# File 'sig/types.rbs', line 42 def field @field end |
#not_ends_with ⇒ ::Array[::String]
Returns the value of attribute not_ends_with.
48 49 50 |
# File 'sig/types.rbs', line 48 def not_ends_with @not_ends_with end |
#not_equals ⇒ ::Array[::String]
Returns the value of attribute not_equals.
46 47 48 |
# File 'sig/types.rbs', line 46 def not_equals @not_equals end |
#not_starts_with ⇒ ::Array[::String]
Returns the value of attribute not_starts_with.
47 48 49 |
# File 'sig/types.rbs', line 47 def not_starts_with @not_starts_with end |
#starts_with ⇒ ::Array[::String]
Returns the value of attribute starts_with.
44 45 46 |
# File 'sig/types.rbs', line 44 def starts_with @starts_with end |