Class: Aws::Types::LastModifiedDate
- Inherits:
-
Object
- Object
- Aws::Types::LastModifiedDate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_last_modified_date ⇒ ::Time
Returns the value of attribute after_last_modified_date.
-
#before_last_modified_date ⇒ ::Time
Returns the value of attribute before_last_modified_date.
Instance Attribute Details
#after_last_modified_date ⇒ ::Time
Returns the value of attribute after_last_modified_date.
664 665 666 |
# File 'sig/types.rbs', line 664 def after_last_modified_date @after_last_modified_date end |
#before_last_modified_date ⇒ ::Time
Returns the value of attribute before_last_modified_date.
665 666 667 |
# File 'sig/types.rbs', line 665 def before_last_modified_date @before_last_modified_date end |