Class: Aws::Types::WhatIfPointScenario
- Inherits:
-
Object
- Object
- Aws::Types::WhatIfPointScenario
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
13656 13657 13658 |
# File 'sig/types.rbs', line 13656 def date @date end |
#value ⇒ ::Float
Returns the value of attribute value.
13657 13658 13659 |
# File 'sig/types.rbs', line 13657 def value @value end |