Class: Aws::Detective::Types::FilterCriteria

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

Overview

Details on the criteria used to define the filter for investigation results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTypes::DateFilter

Filter the investigation results based on when the investigation was created.

Returns:



480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 480

class FilterCriteria < Struct.new(
  :severity,
  :status,
  :state,
  :entity_arn,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#entity_arnTypes::StringFilter

Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.

Returns:



480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 480

class FilterCriteria < Struct.new(
  :severity,
  :status,
  :state,
  :entity_arn,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#severityTypes::StringFilter

Filter the investigation results based on the severity.

Returns:



480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 480

class FilterCriteria < Struct.new(
  :severity,
  :status,
  :state,
  :entity_arn,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::StringFilter

Filter the investigation results based on the state.

Returns:



480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 480

class FilterCriteria < Struct.new(
  :severity,
  :status,
  :state,
  :entity_arn,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::StringFilter

Filter the investigation results based on the status.

Returns:



480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 480

class FilterCriteria < Struct.new(
  :severity,
  :status,
  :state,
  :entity_arn,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end