Class: Aws::Types::StartPosition
- Inherits:
-
Object
- Object
- Aws::Types::StartPosition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_time ⇒ ::String
Returns the value of attribute absolute_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#most_recent ⇒ ::Integer
Returns the value of attribute most_recent.
Instance Attribute Details
#absolute_time ⇒ ::String
Returns the value of attribute absolute_time.
246 247 248 |
# File 'sig/types.rbs', line 246 def absolute_time @absolute_time end |
#id ⇒ ::String
Returns the value of attribute id.
245 246 247 |
# File 'sig/types.rbs', line 245 def id @id end |
#most_recent ⇒ ::Integer
Returns the value of attribute most_recent.
247 248 249 |
# File 'sig/types.rbs', line 247 def most_recent @most_recent end |