Class: Aws::Types::NetworkAclEntry
- Inherits:
-
Object
- Object
- Aws::Types::NetworkAclEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#egress ⇒ Boolean
Returns the value of attribute egress.
-
#icmp_type_code ⇒ Types::NetworkAclIcmpTypeCode
Returns the value of attribute icmp_type_code.
-
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
-
#port_range ⇒ Types::NetworkAclPortRange
Returns the value of attribute port_range.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#rule_action ⇒ "allow", "deny"
Returns the value of attribute rule_action.
Instance Attribute Details
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
663 664 665 |
# File 'sig/types.rbs', line 663 def cidr_block @cidr_block end |
#egress ⇒ Boolean
Returns the value of attribute egress.
666 667 668 |
# File 'sig/types.rbs', line 666 def egress @egress end |
#icmp_type_code ⇒ Types::NetworkAclIcmpTypeCode
Returns the value of attribute icmp_type_code.
660 661 662 |
# File 'sig/types.rbs', line 660 def icmp_type_code @icmp_type_code end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
664 665 666 |
# File 'sig/types.rbs', line 664 def ipv_6_cidr_block @ipv_6_cidr_block end |
#port_range ⇒ Types::NetworkAclPortRange
Returns the value of attribute port_range.
662 663 664 |
# File 'sig/types.rbs', line 662 def port_range @port_range end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
661 662 663 |
# File 'sig/types.rbs', line 661 def protocol @protocol end |
#rule_action ⇒ "allow", "deny"
Returns the value of attribute rule_action.
665 666 667 |
# File 'sig/types.rbs', line 665 def rule_action @rule_action end |