Class: Aws::Types::UpdateManagedRuleSetVersionExpiryDateResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateManagedRuleSetVersionExpiryDateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiring_version ⇒ ::String
Returns the value of attribute expiring_version.
-
#expiry_timestamp ⇒ ::Time
Returns the value of attribute expiry_timestamp.
-
#next_lock_token ⇒ ::String
Returns the value of attribute next_lock_token.
Instance Attribute Details
#expiring_version ⇒ ::String
Returns the value of attribute expiring_version.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def expiring_version @expiring_version end |
#expiry_timestamp ⇒ ::Time
Returns the value of attribute expiry_timestamp.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def @expiry_timestamp end |
#next_lock_token ⇒ ::String
Returns the value of attribute next_lock_token.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def next_lock_token @next_lock_token end |