Class: Aws::Types::RuleGroupSourceListDetails
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceListDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generated_rules_type ⇒ ::String
Returns the value of attribute generated_rules_type.
-
#target_types ⇒ ::Array[::String]
Returns the value of attribute target_types.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
Instance Attribute Details
#generated_rules_type ⇒ ::String
Returns the value of attribute generated_rules_type.
7384 7385 7386 |
# File 'sig/types.rbs', line 7384 def generated_rules_type @generated_rules_type end |
#target_types ⇒ ::Array[::String]
Returns the value of attribute target_types.
7385 7386 7387 |
# File 'sig/types.rbs', line 7385 def target_types @target_types end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
7386 7387 7388 |
# File 'sig/types.rbs', line 7386 def targets @targets end |