Class: Aws::Types::ManagedRuleSetVersion
- Inherits:
-
Object
- Object
- Aws::Types::ManagedRuleSetVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_rule_group_arn ⇒ ::String
Returns the value of attribute associated_rule_group_arn.
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#expiry_timestamp ⇒ ::Time
Returns the value of attribute expiry_timestamp.
-
#forecasted_lifetime ⇒ ::Integer
Returns the value of attribute forecasted_lifetime.
-
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
-
#publish_timestamp ⇒ ::Time
Returns the value of attribute publish_timestamp.
Instance Attribute Details
#associated_rule_group_arn ⇒ ::String
Returns the value of attribute associated_rule_group_arn.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def associated_rule_group_arn @associated_rule_group_arn end |
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def capacity @capacity end |
#expiry_timestamp ⇒ ::Time
Returns the value of attribute expiry_timestamp.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def @expiry_timestamp end |
#forecasted_lifetime ⇒ ::Integer
Returns the value of attribute forecasted_lifetime.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def forecasted_lifetime @forecasted_lifetime end |
#last_update_timestamp ⇒ ::Time
Returns the value of attribute last_update_timestamp.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def @last_update_timestamp end |
#publish_timestamp ⇒ ::Time
Returns the value of attribute publish_timestamp.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def @publish_timestamp end |