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.
13187 13188 13189 |
# File 'sig/types.rbs', line 13187 def date @date end |
#value ⇒ ::Float
Returns the value of attribute value.
13188 13189 13190 |
# File 'sig/types.rbs', line 13188 def value @value end |