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.
32 33 34 |
# File 'sig/types.rbs', line 32 def ends_with @ends_with end |
#equals ⇒ ::Array[::String]
Returns the value of attribute equals.
30 31 32 |
# File 'sig/types.rbs', line 30 def equals @equals end |
#field ⇒ ::String
Returns the value of attribute field.
29 30 31 |
# File 'sig/types.rbs', line 29 def field @field end |
#not_ends_with ⇒ ::Array[::String]
Returns the value of attribute not_ends_with.
35 36 37 |
# File 'sig/types.rbs', line 35 def not_ends_with @not_ends_with end |
#not_equals ⇒ ::Array[::String]
Returns the value of attribute not_equals.
33 34 35 |
# File 'sig/types.rbs', line 33 def not_equals @not_equals end |
#not_starts_with ⇒ ::Array[::String]
Returns the value of attribute not_starts_with.
34 35 36 |
# File 'sig/types.rbs', line 34 def not_starts_with @not_starts_with end |
#starts_with ⇒ ::Array[::String]
Returns the value of attribute starts_with.
31 32 33 |
# File 'sig/types.rbs', line 31 def starts_with @starts_with end |