Class: Aws::Types::RulesSourceList
- Inherits:
-
Object
- Object
- Aws::Types::RulesSourceList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generated_rules_type ⇒ "ALLOWLIST", ...
Returns the value of attribute generated_rules_type.
-
#target_types ⇒ ::Array[("TLS_SNI" | "HTTP_HOST")]
Returns the value of attribute target_types.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
Instance Attribute Details
#generated_rules_type ⇒ "ALLOWLIST", ...
Returns the value of attribute generated_rules_type.
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.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def target_types @target_types end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def targets @targets end |