Class: Aws::SecurityIR::Types::ListCommentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

Required element for ListComments to designate the case to query.

Returns:

  • (String)


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_resultsInteger

Optional element for ListComments to limit the number of responses.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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