Class: Aws::Types::UpdateManagedRuleSetVersionExpiryDateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateManagedRuleSetVersionExpiryDateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiry_timestamp ⇒ ::Time
Returns the value of attribute expiry_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#version_to_expire ⇒ ::String
Returns the value of attribute version_to_expire.
Instance Attribute Details
#expiry_timestamp ⇒ ::Time
Returns the value of attribute expiry_timestamp.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def @expiry_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def scope @scope end |
#version_to_expire ⇒ ::String
Returns the value of attribute version_to_expire.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def version_to_expire @version_to_expire end |