Class: Aws::Types::AutomationRulesActionV2
- Inherits:
-
Object
- Object
- Aws::Types::AutomationRulesActionV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_integration_configuration ⇒ Types::ExternalIntegrationConfiguration
Returns the value of attribute external_integration_configuration.
-
#finding_fields_update ⇒ Types::AutomationRulesFindingFieldsUpdateV2
Returns the value of attribute finding_fields_update.
-
#type ⇒ "FINDING_FIELDS_UPDATE", "EXTERNAL_INTEGRATION"
Returns the value of attribute type.
Instance Attribute Details
#external_integration_configuration ⇒ Types::ExternalIntegrationConfiguration
Returns the value of attribute external_integration_configuration.
188 189 190 |
# File 'sig/types.rbs', line 188 def external_integration_configuration @external_integration_configuration end |
#finding_fields_update ⇒ Types::AutomationRulesFindingFieldsUpdateV2
Returns the value of attribute finding_fields_update.
187 188 189 |
# File 'sig/types.rbs', line 187 def finding_fields_update @finding_fields_update end |
#type ⇒ "FINDING_FIELDS_UPDATE", "EXTERNAL_INTEGRATION"
Returns the value of attribute type.
186 187 188 |
# File 'sig/types.rbs', line 186 def type @type end |