Class: Aws::SecurityIR::Types::ListCommentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListCommentsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
Required element for ListComments to designate the case to query.
-
#max_results ⇒ Integer
Optional element for ListComments 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 ListComments.
Instance Attribute Details
#case_id ⇒ String
Required element for ListComments to designate the case to query.
1170 1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-securityir/types.rb', line 1170 class ListCommentsRequest < Struct.new( :next_token, :max_results, :case_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Optional element for ListComments to limit the number of responses.
1170 1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-securityir/types.rb', line 1170 class ListCommentsRequest < Struct.new( :next_token, :max_results, :case_id) 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 ListComments. When provided in this manner, the API fetches the next page of results.
1170 1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-securityir/types.rb', line 1170 class ListCommentsRequest < Struct.new( :next_token, :max_results, :case_id) SENSITIVE = [] include Aws::Structure end |