Class: Aws::Types::NetworkAclEntry

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)


14643
14644
14645
# File 'sig/types.rbs', line 14643

def cidr_block
  @cidr_block
end

#egressBoolean

Returns the value of attribute egress.

Returns:

  • (Boolean)


14644
14645
14646
# File 'sig/types.rbs', line 14644

def egress
  @egress
end

#icmp_type_codeTypes::IcmpTypeCode

Returns the value of attribute icmp_type_code.

Returns:



14645
14646
14647
# File 'sig/types.rbs', line 14645

def icmp_type_code
  @icmp_type_code
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


14646
14647
14648
# File 'sig/types.rbs', line 14646

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#port_rangeTypes::PortRange

Returns the value of attribute port_range.

Returns:



14647
14648
14649
# File 'sig/types.rbs', line 14647

def port_range
  @port_range
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


14648
14649
14650
# File 'sig/types.rbs', line 14648

def protocol
  @protocol
end

#rule_action"allow", "deny"

Returns the value of attribute rule_action.

Returns:

  • ("allow", "deny")


14649
14650
14651
# File 'sig/types.rbs', line 14649

def rule_action
  @rule_action
end

#rule_number::Integer

Returns the value of attribute rule_number.

Returns:

  • (::Integer)


14650
14651
14652
# File 'sig/types.rbs', line 14650

def rule_number
  @rule_number
end