Class: Aws::Types::AwsNetworkFirewallRuleGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsNetworkFirewallRuleGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#rule_group ⇒ Types::RuleGroupDetails
Returns the value of attribute rule_group.
-
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
-
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
-
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
3282 3283 3284 |
# File 'sig/types.rbs', line 3282 def capacity @capacity end |
#description ⇒ ::String
Returns the value of attribute description.
3283 3284 3285 |
# File 'sig/types.rbs', line 3283 def description @description end |
#rule_group ⇒ Types::RuleGroupDetails
Returns the value of attribute rule_group.
3284 3285 3286 |
# File 'sig/types.rbs', line 3284 def rule_group @rule_group end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
3285 3286 3287 |
# File 'sig/types.rbs', line 3285 def rule_group_arn @rule_group_arn end |
#rule_group_id ⇒ ::String
Returns the value of attribute rule_group_id.
3286 3287 3288 |
# File 'sig/types.rbs', line 3286 def rule_group_id @rule_group_id end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
3287 3288 3289 |
# File 'sig/types.rbs', line 3287 def rule_group_name @rule_group_name end |
#type ⇒ ::String
Returns the value of attribute type.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def type @type end |