Class: Aws::Detective::Types::ListIndicatorsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_arnString

The Amazon Resource Name (ARN) of the behavior graph.

Returns:

  • (String)


965
966
967
968
969
970
971
972
973
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 965

class ListIndicatorsRequest < Struct.new(
  :graph_arn,
  :investigation_id,
  :indicator_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#indicator_typeString

For the list of indicators of compromise that are generated by Detective investigations, see Detective investigations.

Returns:

  • (String)


965
966
967
968
969
970
971
972
973
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 965

class ListIndicatorsRequest < Struct.new(
  :graph_arn,
  :investigation_id,
  :indicator_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#investigation_idString

The investigation ID of the investigation report.

Returns:

  • (String)


965
966
967
968
969
970
971
972
973
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 965

class ListIndicatorsRequest < Struct.new(
  :graph_arn,
  :investigation_id,
  :indicator_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Lists the maximum number of indicators in a page.

Returns:

  • (Integer)


965
966
967
968
969
970
971
972
973
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 965

class ListIndicatorsRequest < Struct.new(
  :graph_arn,
  :investigation_id,
  :indicator_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.

Returns:

  • (String)


965
966
967
968
969
970
971
972
973
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 965

class ListIndicatorsRequest < Struct.new(
  :graph_arn,
  :investigation_id,
  :indicator_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end