Class: Aws::Types::CreatedAt
- Inherits:
-
Object
- Object
- Aws::Types::CreatedAt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after ⇒ ::Time
Returns the value of attribute after.
-
#before ⇒ ::Time
Returns the value of attribute before.
Instance Attribute Details
#after ⇒ ::Time
Returns the value of attribute after.
506 507 508 |
# File 'sig/types.rbs', line 506 def after @after end |
#before ⇒ ::Time
Returns the value of attribute before.
505 506 507 |
# File 'sig/types.rbs', line 505 def before @before end |