Class: Aws::Types::Expiration
- Inherits:
-
Object
- Object
- Aws::Types::Expiration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "MINUTES", ...
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "MINUTES", ...
Returns the value of attribute type.
534 535 536 |
# File 'sig/types.rbs', line 534 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
533 534 535 |
# File 'sig/types.rbs', line 533 def value @value end |