Class: Aws::Detective::Types::FilterCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::FilterCriteria
- 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
-
#created_time ⇒ Types::DateFilter
Filter the investigation results based on when the investigation was created.
-
#entity_arn ⇒ Types::StringFilter
Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.
-
#severity ⇒ Types::StringFilter
Filter the investigation results based on the severity.
-
#state ⇒ Types::StringFilter
Filter the investigation results based on the state.
-
#status ⇒ Types::StringFilter
Filter the investigation results based on the status.
Instance Attribute Details
#created_time ⇒ Types::DateFilter
Filter the investigation results based on when the investigation was created.
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_arn ⇒ Types::StringFilter
Filter the investigation results based on the Amazon Resource Name (ARN) of the entity.
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 |
#severity ⇒ Types::StringFilter
Filter the investigation results based on the severity.
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 |
#state ⇒ Types::StringFilter
Filter the investigation results based on the state.
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 |
#status ⇒ Types::StringFilter
Filter the investigation results based on the status.
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 |