Class: Aws::SecurityIR::Types::ListCaseEditsResponse

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::CaseEditItem>

Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.

Returns:



1022
1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1022

class ListCaseEditsResponse < Struct.new(
  :next_token,
  :items,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1022

class ListCaseEditsResponse < Struct.new(
  :next_token,
  :items,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

Response element for ListCaseEdits that identifies the total number of edits.

Returns:

  • (Integer)


1022
1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1022

class ListCaseEditsResponse < Struct.new(
  :next_token,
  :items,
  :total)
  SENSITIVE = []
  include Aws::Structure
end