Class: Aws::Types::CreateNetworkAclEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkAclEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#egress ⇒ Boolean
Returns the value of attribute egress.
-
#icmp_type_code ⇒ Types::IcmpTypeCode
Returns the value of attribute icmp_type_code.
-
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
-
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
-
#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.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def cidr_block @cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def dry_run @dry_run end |
#egress ⇒ Boolean
Returns the value of attribute egress.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def egress @egress end |
#icmp_type_code ⇒ Types::IcmpTypeCode
Returns the value of attribute icmp_type_code.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def icmp_type_code @icmp_type_code end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def ipv_6_cidr_block @ipv_6_cidr_block end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def network_acl_id @network_acl_id end |
#port_range ⇒ Types::PortRange
Returns the value of attribute port_range.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def port_range @port_range end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def protocol @protocol end |
#rule_action ⇒ "allow", "deny"
Returns the value of attribute rule_action.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def rule_action @rule_action end |
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def rule_number @rule_number end |