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:



987
988
989
# File 'sig/types.rbs', line 987

def cidr_block
  @cidr_block
end

#icmp_type_codeTypes::IcmpTypeCode

Returns the value of attribute icmp_type_code.

Returns:



986
987
988
# File 'sig/types.rbs', line 986

def icmp_type_code
  @icmp_type_code
end

#port_rangeTypes::PortRange

Returns the value of attribute port_range.

Returns:



985
986
987
# File 'sig/types.rbs', line 985

def port_range
  @port_range
end

#protocol::String

Returns the value of attribute protocol.

Returns:



983
984
985
# File 'sig/types.rbs', line 983

def protocol
  @protocol
end

#rule_action"allow", "deny"

Returns the value of attribute rule_action.

Returns:



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.

Returns:



982
983
984
# File 'sig/types.rbs', line 982

def rule_number
  @rule_number
end