Class: Aws::Types::SearchCasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchCasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#fields ⇒ ::Array[Types::FieldIdentifier]
Returns the value of attribute fields.
-
#filter ⇒ Types::CaseFilter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_term ⇒ ::String
Returns the value of attribute search_term.
-
#sorts ⇒ ::Array[Types::Sort]
Returns the value of attribute sorts.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def domain_id @domain_id end |
#fields ⇒ ::Array[Types::FieldIdentifier]
Returns the value of attribute fields.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def fields @fields end |
#filter ⇒ Types::CaseFilter
Returns the value of attribute filter.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def next_token @next_token end |
#search_term ⇒ ::String
Returns the value of attribute search_term.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def search_term @search_term end |
#sorts ⇒ ::Array[Types::Sort]
Returns the value of attribute sorts.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def sorts @sorts end |