Class: Aws::Types::AwsWafv2RuleGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafv2RuleGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::AwsWafv2RulesDetails]
Returns the value of attribute rules.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#visibility_config ⇒ Types::AwsWafv2VisibilityConfigDetails
Returns the value of attribute visibility_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4642 4643 4644 |
# File 'sig/types.rbs', line 4642 def arn @arn end |
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
4638 4639 4640 |
# File 'sig/types.rbs', line 4638 def capacity @capacity end |
#description ⇒ ::String
Returns the value of attribute description.
4639 4640 4641 |
# File 'sig/types.rbs', line 4639 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4640 4641 4642 |
# File 'sig/types.rbs', line 4640 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4641 4642 4643 |
# File 'sig/types.rbs', line 4641 def name @name end |
#rules ⇒ ::Array[Types::AwsWafv2RulesDetails]
Returns the value of attribute rules.
4643 4644 4645 |
# File 'sig/types.rbs', line 4643 def rules @rules end |
#scope ⇒ ::String
Returns the value of attribute scope.
4644 4645 4646 |
# File 'sig/types.rbs', line 4644 def scope @scope end |
#visibility_config ⇒ Types::AwsWafv2VisibilityConfigDetails
Returns the value of attribute visibility_config.
4645 4646 4647 |
# File 'sig/types.rbs', line 4645 def visibility_config @visibility_config end |