Class: Aws::Types::ViewSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::ViewSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::ViewSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::ViewSearchCriteria]
Returns the value of attribute or_conditions.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
-
#view_status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute view_status_condition.
-
#view_type_condition ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute view_type_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::ViewSearchCriteria]
Returns the value of attribute and_conditions.
9221 9222 9223 |
# File 'sig/types.rbs', line 9221 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::ViewSearchCriteria]
Returns the value of attribute or_conditions.
9220 9221 9222 |
# File 'sig/types.rbs', line 9220 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
9222 9223 9224 |
# File 'sig/types.rbs', line 9222 def string_condition @string_condition end |
#view_status_condition ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute view_status_condition.
9224 9225 9226 |
# File 'sig/types.rbs', line 9224 def view_status_condition @view_status_condition end |
#view_type_condition ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute view_type_condition.
9223 9224 9225 |
# File 'sig/types.rbs', line 9223 def view_type_condition @view_type_condition end |