Class: Aws::Types::CapabilityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CapabilityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#trigger_filter_groups ⇒ ::Array[Types::TriggerFilterGroup]
Returns the value of attribute trigger_filter_groups.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
259 260 261 |
# File 'sig/types.rbs', line 259 def enabled @enabled end |
#trigger_filter_groups ⇒ ::Array[Types::TriggerFilterGroup]
Returns the value of attribute trigger_filter_groups.
260 261 262 |
# File 'sig/types.rbs', line 260 def trigger_filter_groups @trigger_filter_groups end |