Class: Aws::Types::AnalysisAclRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def cidr
  @cidr
end

#egressBoolean

Returns the value of attribute egress.

Returns:

  • (Boolean)


383
384
385
# File 'sig/types.rbs', line 383

def egress
  @egress
end

#port_rangeTypes::PortRange

Returns the value of attribute port_range.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def port_range
  @port_range
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def protocol
  @protocol
end

#rule_action::String

Returns the value of attribute rule_action.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def rule_action
  @rule_action
end

#rule_number::Integer

Returns the value of attribute rule_number.

Returns:

  • (::Integer)


387
388
389
# File 'sig/types.rbs', line 387

def rule_number
  @rule_number
end