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)


15279
15280
15281
# File 'sig/types.rbs', line 15279

def cidr_block
  @cidr_block
end

#egressBoolean

Returns the value of attribute egress.

Returns:

  • (Boolean)


15280
15281
15282
# File 'sig/types.rbs', line 15280

def egress
  @egress
end

#icmp_type_codeTypes::IcmpTypeCode

Returns the value of attribute icmp_type_code.

Returns:



15281
15282
15283
# File 'sig/types.rbs', line 15281

def icmp_type_code
  @icmp_type_code
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


15282
15283
15284
# File 'sig/types.rbs', line 15282

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#port_rangeTypes::PortRange

Returns the value of attribute port_range.

Returns:



15283
15284
15285
# File 'sig/types.rbs', line 15283

def port_range
  @port_range
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


15284
15285
15286
# File 'sig/types.rbs', line 15284

def protocol
  @protocol
end

#rule_action"allow", "deny"

Returns the value of attribute rule_action.

Returns:

  • ("allow", "deny")


15285
15286
15287
# File 'sig/types.rbs', line 15285

def rule_action
  @rule_action
end

#rule_number::Integer

Returns the value of attribute rule_number.

Returns:

  • (::Integer)


15286
15287
15288
# File 'sig/types.rbs', line 15286

def rule_number
  @rule_number
end