Class: Aws::Types::ReplaceNetworkAclEntryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


16102
16103
16104
# File 'sig/types.rbs', line 16102

def cidr_block
  @cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16096
16097
16098
# File 'sig/types.rbs', line 16096

def dry_run
  @dry_run
end

#egressBoolean

Returns the value of attribute egress.

Returns:

  • (Boolean)


16101
16102
16103
# File 'sig/types.rbs', line 16101

def egress
  @egress
end

#icmp_type_codeTypes::IcmpTypeCode

Returns the value of attribute icmp_type_code.

Returns:



16104
16105
16106
# File 'sig/types.rbs', line 16104

def icmp_type_code
  @icmp_type_code
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


16103
16104
16105
# File 'sig/types.rbs', line 16103

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#network_acl_id::String

Returns the value of attribute network_acl_id.

Returns:

  • (::String)


16097
16098
16099
# File 'sig/types.rbs', line 16097

def network_acl_id
  @network_acl_id
end

#port_rangeTypes::PortRange

Returns the value of attribute port_range.

Returns:



16105
16106
16107
# File 'sig/types.rbs', line 16105

def port_range
  @port_range
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


16099
16100
16101
# File 'sig/types.rbs', line 16099

def protocol
  @protocol
end

#rule_action"allow", "deny"

Returns the value of attribute rule_action.

Returns:

  • ("allow", "deny")


16100
16101
16102
# File 'sig/types.rbs', line 16100

def rule_action
  @rule_action
end

#rule_number::Integer

Returns the value of attribute rule_number.

Returns:

  • (::Integer)


16098
16099
16100
# File 'sig/types.rbs', line 16098

def rule_number
  @rule_number
end