Class: Aws::Types::WhatIfRangeScenario
- Inherits:
-
Object
- Object
- Aws::Types::WhatIfRangeScenario
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#end_date ⇒ ::Time
Returns the value of attribute end_date.
13194 13195 13196 |
# File 'sig/types.rbs', line 13194 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
13193 13194 13195 |
# File 'sig/types.rbs', line 13193 def start_date @start_date end |
#value ⇒ ::Float
Returns the value of attribute value.
13195 13196 13197 |
# File 'sig/types.rbs', line 13195 def value @value end |