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.
-
#icmp_type_code ⇒ Types::IcmpTypeCode
Returns the value of attribute icmp_type_code.
-
#port_range ⇒ Types::PortRange
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.
-
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
Instance Attribute Details
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
987 988 989 |
# File 'sig/types.rbs', line 987 def cidr_block @cidr_block end |
#icmp_type_code ⇒ Types::IcmpTypeCode
Returns the value of attribute icmp_type_code.
986 987 988 |
# File 'sig/types.rbs', line 986 def icmp_type_code @icmp_type_code end |
#port_range ⇒ Types::PortRange
Returns the value of attribute port_range.
985 986 987 |
# File 'sig/types.rbs', line 985 def port_range @port_range end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
983 984 985 |
# File 'sig/types.rbs', line 983 def protocol @protocol end |
#rule_action ⇒ "allow", "deny"
Returns the value of attribute rule_action.
984 985 986 |
# File 'sig/types.rbs', line 984 def rule_action @rule_action end |
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
982 983 984 |
# File 'sig/types.rbs', line 982 def rule_number @rule_number end |