Class: Aws::Appflow::Types::Range
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::Range
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The range of values that the property supports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maximum ⇒ Float
Maximum value supported by the field.
-
#minimum ⇒ Float
Minimum value supported by the field.
Instance Attribute Details
#maximum ⇒ Float
Maximum value supported by the field.
3672 3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-appflow/types.rb', line 3672 class Range < Struct.new( :maximum, :minimum) SENSITIVE = [] include Aws::Structure end |
#minimum ⇒ Float
Minimum value supported by the field.
3672 3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-appflow/types.rb', line 3672 class Range < Struct.new( :maximum, :minimum) SENSITIVE = [] include Aws::Structure end |