Class: Aws::Inspector2::Types::NumberFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::NumberFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
An object that describes the details of a number filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lower_inclusive ⇒ Float
The lowest number to be included in the filter.
-
#upper_inclusive ⇒ Float
The highest number to be included in the filter.
Instance Attribute Details
#lower_inclusive ⇒ Float
The lowest number to be included in the filter.
5549 5550 5551 5552 5553 5554 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5549 class NumberFilter < Struct.new( :lower_inclusive, :upper_inclusive) SENSITIVE = [] include Aws::Structure end |
#upper_inclusive ⇒ Float
The highest number to be included in the filter.
5549 5550 5551 5552 5553 5554 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5549 class NumberFilter < Struct.new( :lower_inclusive, :upper_inclusive) SENSITIVE = [] include Aws::Structure end |