Class: Aws::Types::RulesSourceList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#generated_rules_type ⇒ "ALLOWLIST", ...

Returns the value of attribute generated_rules_type.

Returns:

  • ("ALLOWLIST", "DENYLIST", "REJECTLIST", "ALERTLIST")


1523
1524
1525
# File 'sig/types.rbs', line 1523

def generated_rules_type
  @generated_rules_type
end

#target_types ⇒ ::Array[("TLS_SNI" | "HTTP_HOST")]

Returns the value of attribute target_types.

Returns:

  • (::Array[("TLS_SNI" | "HTTP_HOST")])


1522
1523
1524
# File 'sig/types.rbs', line 1522

def target_types
  @target_types
end

#targets ⇒ ::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


1521
1522
1523
# File 'sig/types.rbs', line 1521

def targets
  @targets
end