Class: Aws::Types::GetRateBasedStatementManagedKeysRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRateBasedStatementManagedKeysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_group_rule_name ⇒ ::String
Returns the value of attribute rule_group_rule_name.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
-
#web_acl_name ⇒ ::String
Returns the value of attribute web_acl_name.
Instance Attribute Details
#rule_group_rule_name ⇒ ::String
Returns the value of attribute rule_group_rule_name.
652 653 654 |
# File 'sig/types.rbs', line 652 def rule_group_rule_name @rule_group_rule_name end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
653 654 655 |
# File 'sig/types.rbs', line 653 def rule_name @rule_name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
649 650 651 |
# File 'sig/types.rbs', line 649 def scope @scope end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
651 652 653 |
# File 'sig/types.rbs', line 651 def web_acl_id @web_acl_id end |
#web_acl_name ⇒ ::String
Returns the value of attribute web_acl_name.
650 651 652 |
# File 'sig/types.rbs', line 650 def web_acl_name @web_acl_name end |