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.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Number (ARN) associated with this filter.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time this filter was created at.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#criteria ⇒ Types::FilterCriteria
Details on the filter criteria associated with this filter.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the filter.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the filter.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the account that created the filter.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the filter.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags attached to the filter.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the filter was last updated at.
4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4245 class Filter < Struct.new( :arn, :owner_id, :name, :criteria, :action, :created_at, :updated_at, :description, :reason, :tags) SENSITIVE = [] include Aws::Structure end |