Class: Aws::Detective::Types::ListIndicatorsResponse

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)


999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 999

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

#indicatorsArray<Types::Indicator>

Lists the indicators of compromise.

Returns:



999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 999

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

#investigation_idString

The investigation ID of the investigation report.

Returns:

  • (String)


999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 999

class ListIndicatorsResponse < Struct.new(
  :graph_arn,
  :investigation_id,
  :next_token,
  :indicators)
  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)


999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 999

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