Class: Aws::Inspector::Types::AssessmentRunFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentRunFilter
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Used as the request parameter in the ListAssessmentRuns action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time_range ⇒ Types::TimestampRange
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type.
-
#duration_range ⇒ Types::DurationRange
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentRun data type.
-
#name_pattern ⇒ String
For a record to match a filter, an explicit value or a string containing a wildcard that is specified for this data type property must match the value of the assessmentRunName property of the AssessmentRun data type.
-
#rules_package_arns ⇒ Array<String>
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the rulesPackages property of the AssessmentRun data type.
-
#start_time_range ⇒ Types::TimestampRange
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type.
-
#state_change_time_range ⇒ Types::TimestampRange
For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type.
-
#states ⇒ Array<String>
For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.
Instance Attribute Details
#completion_time_range ⇒ Types::TimestampRange
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type.
386 387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 386 class AssessmentRunFilter < Struct.new( :name_pattern, :states, :duration_range, :rules_package_arns, :start_time_range, :completion_time_range, :state_change_time_range) SENSITIVE = [] include Aws::Structure end |
#duration_range ⇒ Types::DurationRange
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentRun data type.
386 387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 386 class AssessmentRunFilter < Struct.new( :name_pattern, :states, :duration_range, :rules_package_arns, :start_time_range, :completion_time_range, :state_change_time_range) SENSITIVE = [] include Aws::Structure end |
#name_pattern ⇒ String
For a record to match a filter, an explicit value or a string containing a wildcard that is specified for this data type property must match the value of the assessmentRunName property of the AssessmentRun data type.
386 387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 386 class AssessmentRunFilter < Struct.new( :name_pattern, :states, :duration_range, :rules_package_arns, :start_time_range, :completion_time_range, :state_change_time_range) SENSITIVE = [] include Aws::Structure end |
#rules_package_arns ⇒ Array<String>
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the rulesPackages property of the AssessmentRun data type.
386 387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 386 class AssessmentRunFilter < Struct.new( :name_pattern, :states, :duration_range, :rules_package_arns, :start_time_range, :completion_time_range, :state_change_time_range) SENSITIVE = [] include Aws::Structure end |
#start_time_range ⇒ Types::TimestampRange
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type.
386 387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 386 class AssessmentRunFilter < Struct.new( :name_pattern, :states, :duration_range, :rules_package_arns, :start_time_range, :completion_time_range, :state_change_time_range) SENSITIVE = [] include Aws::Structure end |
#state_change_time_range ⇒ Types::TimestampRange
For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type.
386 387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 386 class AssessmentRunFilter < Struct.new( :name_pattern, :states, :duration_range, :rules_package_arns, :start_time_range, :completion_time_range, :state_change_time_range) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<String>
For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.
386 387 388 389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 386 class AssessmentRunFilter < Struct.new( :name_pattern, :states, :duration_range, :rules_package_arns, :start_time_range, :completion_time_range, :state_change_time_range) SENSITIVE = [] include Aws::Structure end |