Class: Aws::SecurityIR::Types::ListCasesRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Optional element for ListCases to limit the number of responses.

Returns:

  • (Integer)


1089
1090
1091
1092
1093
1094
# File 'lib/aws-sdk-securityir/types.rb', line 1089

class ListCasesRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An optional string that, if supplied, must be copied from the output of a previous call to ListCases. When provided in this manner, the API fetches the next page of results.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
# File 'lib/aws-sdk-securityir/types.rb', line 1089

class ListCasesRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end