Class: Aws::Inspector2::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Filter
- 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
-
#action ⇒ String
The action that is to be applied to the findings that match the filter.
-
#arn ⇒ String
The Amazon Resource Number (ARN) associated with this filter.
-
#created_at ⇒ Time
The date and time this filter was created at.
-
#criteria ⇒ Types::FilterCriteria
Details on the filter criteria associated with this filter.
-
#description ⇒ String
A description of the filter.
-
#name ⇒ String
The name of the filter.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the account that created the filter.
-
#reason ⇒ String
The reason for the filter.
-
#tags ⇒ Hash<String,String>
The tags attached to the filter.
-
#updated_at ⇒ Time
The date and time the filter was last updated at.
Instance Attribute Details
#action ⇒ String
The action that is to be applied to the findings that match the filter.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Number (ARN) associated with this filter.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time this filter was created at.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#criteria ⇒ Types::FilterCriteria
Details on the filter criteria associated with this filter.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the filter.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the filter.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the account that created the filter.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the filter.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags attached to the filter.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the filter was last updated at.
3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3237 class Filter < Struct.new( :action, :arn, :created_at, :criteria, :description, :name, :owner_id, :reason, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |