Class: Aws::Types::AnalysisAclRule
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisAclRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#egress ⇒ Boolean
Returns the value of attribute egress.
-
#port_range ⇒ Types::PortRange
Returns the value of attribute port_range.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#rule_action ⇒ ::String
Returns the value of attribute rule_action.
-
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
382 383 384 |
# File 'sig/types.rbs', line 382 def cidr @cidr end |
#egress ⇒ Boolean
Returns the value of attribute egress.
383 384 385 |
# File 'sig/types.rbs', line 383 def egress @egress end |
#port_range ⇒ Types::PortRange
Returns the value of attribute port_range.
384 385 386 |
# File 'sig/types.rbs', line 384 def port_range @port_range end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
385 386 387 |
# File 'sig/types.rbs', line 385 def protocol @protocol end |
#rule_action ⇒ ::String
Returns the value of attribute rule_action.
386 387 388 |
# File 'sig/types.rbs', line 386 def rule_action @rule_action end |
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
387 388 389 |
# File 'sig/types.rbs', line 387 def rule_number @rule_number end |