Class: Aws::Types::AutomationRulesActionV2

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_integration_configurationTypes::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_updateTypes::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.

Returns:

  • ("FINDING_FIELDS_UPDATE", "EXTERNAL_INTEGRATION")


186
187
188
# File 'sig/types.rbs', line 186

def type
  @type
end