Class: Aws::Types::DeleteCustomDetectionRuleOrgConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mode"LIVE", "DRY_RUN"

Returns the value of attribute mode.

Returns:

  • ("LIVE", "DRY_RUN")


710
711
712
# File 'sig/types.rbs', line 710

def mode
  @mode
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def rule_id
  @rule_id
end