Class: Aws::Types::NetworkTrafficRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#effect"ALLOW", "DENY"

Returns the value of attribute effect.

Returns:

  • ("ALLOW", "DENY")


1704
1705
1706
# File 'sig/types.rbs', line 1704

def effect
  @effect
end

#network_traffic_rule_type"URL"

Returns the value of attribute network_traffic_rule_type.

Returns:

  • ("URL")


1706
1707
1708
# File 'sig/types.rbs', line 1706

def network_traffic_rule_type
  @network_traffic_rule_type
end

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def pattern
  @pattern
end