Class: Aws::Inspector::Types::AssessmentRunFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#completion_time_rangeTypes::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_rangeTypes::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_patternString

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.

Returns:

  • (String)


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_arnsArray<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.

Returns:

  • (Array<String>)


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_rangeTypes::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_rangeTypes::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

#statesArray<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.

Returns:

  • (Array<String>)


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