Class: Aws::SecurityIR::Types::ListCasesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ListCasesItem>

Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate, createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response.

Returns:



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_tokenString

An optional string that, if supplied on subsequent calls to ListCases, allows the API to fetch the next page of results.

Returns:

  • (String)


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

#totalInteger

Response element for ListCases providing the total number of responses.

Returns:

  • (Integer)


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