Class: Aws::Types::ExpectedContractDuration
- Inherits:
-
Object
- Object
- Aws::Types::ExpectedContractDuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#term ⇒ "Months"
Returns the value of attribute term.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#term ⇒ "Months"
Returns the value of attribute term.
460 461 462 |
# File 'sig/types.rbs', line 460 def term @term end |
#value ⇒ ::String
Returns the value of attribute value.
461 462 463 |
# File 'sig/types.rbs', line 461 def value @value end |