Class: Aws::Types::SearchCasesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


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.

Returns:



1091
1092
1093
# File 'sig/types.rbs', line 1091

def fields
  @fields
end

#filter ⇒ Types::CaseFilter

Returns the value of attribute filter.

Returns:



1089
1090
1091
# File 'sig/types.rbs', line 1089

def filter
  @filter
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1090
1091
1092
# File 'sig/types.rbs', line 1090

def sorts
  @sorts
end