Class: Aws::Types::NextStepsHistory
- Inherits:
-
Object
- Object
- Aws::Types::NextStepsHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#time ⇒ ::Time
Returns the value of attribute time.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#time ⇒ ::Time
Returns the value of attribute time.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def time @time end |
#value ⇒ ::String
Returns the value of attribute value.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def value @value end |