Class: Aws::Types::Expiry
- Inherits:
-
Object
- Object
- Aws::Types::Expiry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#expiry_timestamp ⇒ ::Time
Returns the value of attribute expiry_timestamp.
Instance Attribute Details
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
3882 3883 3884 |
# File 'sig/types.rbs', line 3882 def duration_in_seconds @duration_in_seconds end |
#expiry_timestamp ⇒ ::Time
Returns the value of attribute expiry_timestamp.
3883 3884 3885 |
# File 'sig/types.rbs', line 3883 def @expiry_timestamp end |