Class: Aws::Inspector2::Types::Filter

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

Overview

Details about a filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action that is to be applied to the findings that match the filter.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Number (ARN) associated with this filter.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time this filter was created at.

Returns:



3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#criteriaTypes::FilterCriteria

Details on the filter criteria associated with this filter.



3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the filter.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the filter.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The Amazon Web Services account ID of the account that created the filter.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the filter.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags attached to the filter.

Returns:

  • (Hash<String,String>)


3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the filter was last updated at.

Returns:



3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3227

class Filter < Struct.new(
  :action,
  :arn,
  :created_at,
  :criteria,
  :description,
  :name,
  :owner_id,
  :reason,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end