Class: Aws::SecurityIR::Types::ListCasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListCasesResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListCasesItem>
Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate, createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response.
-
#next_token ⇒ String
An optional string that, if supplied on subsequent calls to ListCases, allows the API to fetch the next page of results.
-
#total ⇒ Integer
Response element for ListCases providing the total number of responses.
Instance Attribute Details
#items ⇒ Array<Types::ListCasesItem>
Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate, createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response.
1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1115 class ListCasesResponse < Struct.new( :next_token, :items, :total) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional string that, if supplied on subsequent calls to ListCases, allows the API to fetch the next page of results.
1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1115 class ListCasesResponse < Struct.new( :next_token, :items, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Integer
Response element for ListCases providing the total number of responses.
1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1115 class ListCasesResponse < Struct.new( :next_token, :items, :total) SENSITIVE = [] include Aws::Structure end |