Class: Aws::Types::AwsEc2NetworkAclEntry

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)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def cidr_block
  @cidr_block
end

#egressBoolean

Returns the value of attribute egress.

Returns:

  • (Boolean)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def egress
  @egress
end

#icmp_type_codeTypes::IcmpTypeCode

Returns the value of attribute icmp_type_code.

Returns:



1753
1754
1755
# File 'sig/types.rbs', line 1753

def icmp_type_code
  @icmp_type_code
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#port_rangeTypes::PortRangeFromTo

Returns the value of attribute port_range.



1755
1756
1757
# File 'sig/types.rbs', line 1755

def port_range
  @port_range
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def protocol
  @protocol
end

#rule_action::String

Returns the value of attribute rule_action.

Returns:

  • (::String)


1757
1758
1759
# File 'sig/types.rbs', line 1757

def rule_action
  @rule_action
end

#rule_number::Integer

Returns the value of attribute rule_number.

Returns:

  • (::Integer)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def rule_number
  @rule_number
end