Class: Aws::Types::SearchProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_search_keys ⇒ ::Array[Types::AdditionalSearchKey]
Returns the value of attribute additional_search_keys.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#logical_operator ⇒ "AND", "OR"
Returns the value of attribute logical_operator.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#additional_search_keys ⇒ ::Array[Types::AdditionalSearchKey]
Returns the value of attribute additional_search_keys.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def additional_search_keys @additional_search_keys end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def domain_name @domain_name end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def key_name @key_name end |
#logical_operator ⇒ "AND", "OR"
Returns the value of attribute logical_operator.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def logical_operator @logical_operator end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def next_token @next_token end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def values @values end |