Class: Aws::SecurityIR::Types::ListCaseEditsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListCaseEditsResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::CaseEditItem>
Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.
-
#next_token ⇒ String
An optional string that, if supplied on subsequent calls to ListCaseEdits, allows the API to fetch the next page of results.
-
#total ⇒ Integer
Response element for ListCaseEdits that identifies the total number of edits.
Instance Attribute Details
#items ⇒ Array<Types::CaseEditItem>
Response element for ListCaseEdits that includes the action, event timestamp, message, and principal for the response.
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_token ⇒ String
An optional string that, if supplied on subsequent calls to ListCaseEdits, allows the API to fetch the next page of results.
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 |
#total ⇒ Integer
Response element for ListCaseEdits that identifies the total number of edits.
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 |