Class: Aws::Types::FirewallRuleTypeDefinition
- Inherits:
-
Object
- Object
- Aws::Types::FirewallRuleTypeDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#rule_type ⇒ ::String
Returns the value of attribute rule_type.
-
#subscription_info ⇒ Types::SubscriptionInfo
Returns the value of attribute subscription_info.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
519 520 521 |
# File 'sig/types.rbs', line 519 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
518 519 520 |
# File 'sig/types.rbs', line 518 def display_name @display_name end |
#rule_type ⇒ ::String
Returns the value of attribute rule_type.
516 517 518 |
# File 'sig/types.rbs', line 516 def rule_type @rule_type end |
#subscription_info ⇒ Types::SubscriptionInfo
Returns the value of attribute subscription_info.
520 521 522 |
# File 'sig/types.rbs', line 520 def subscription_info @subscription_info end |
#value ⇒ ::String
Returns the value of attribute value.
517 518 519 |
# File 'sig/types.rbs', line 517 def value @value end |