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.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def additional_search_keys @additional_search_keys end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def domain_name @domain_name end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def key_name @key_name end |
#logical_operator ⇒ "AND", "OR"
Returns the value of attribute logical_operator.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def logical_operator @logical_operator end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def next_token @next_token end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def values @values end |