Class: Aws::SecurityIR::Types::ListCasesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListCasesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Optional element for ListCases to limit the number of responses.
-
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ListCases.
Instance Attribute Details
#max_results ⇒ Integer
Optional element for ListCases to limit the number of responses.
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_token ⇒ String
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.
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 |