Class: Aws::Types::UpdateCustomDetectionRuleOrgConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_account_ids::Array[::String]

Returns the value of attribute exclude_account_ids.

Returns:

  • (::Array[::String])


3140
3141
3142
# File 'sig/types.rbs', line 3140

def 
  @exclude_account_ids
end

#include_account_ids::Array[::String]

Returns the value of attribute include_account_ids.

Returns:

  • (::Array[::String])


3139
3140
3141
# File 'sig/types.rbs', line 3139

def 
  @include_account_ids
end

#mode"LIVE", "DRY_RUN"

Returns the value of attribute mode.

Returns:

  • ("LIVE", "DRY_RUN")


3138
3139
3140
# File 'sig/types.rbs', line 3138

def mode
  @mode
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


3137
3138
3139
# File 'sig/types.rbs', line 3137

def rule_id
  @rule_id
end