Class: Aws::Types::SearchCasesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cases ⇒ ::Array[Types::SearchCasesResponseItem]

Returns the value of attribute cases.

Returns:



1097
1098
1099
# File 'sig/types.rbs', line 1097

def cases
  @cases
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def next_token
  @next_token
end

#total_count ⇒ ::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def total_count
  @total_count
end