Class: Aws::Types::CreateCustomDetectionRuleOrgConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def client_token
  @client_token
end

#exclude_account_ids::Array[::String]

Returns the value of attribute exclude_account_ids.

Returns:

  • (::Array[::String])


458
459
460
# File 'sig/types.rbs', line 458

def 
  @exclude_account_ids
end

#include_account_ids::Array[::String]

Returns the value of attribute include_account_ids.

Returns:

  • (::Array[::String])


457
458
459
# File 'sig/types.rbs', line 457

def 
  @include_account_ids
end

#mode"LIVE", "DRY_RUN"

Returns the value of attribute mode.

Returns:

  • ("LIVE", "DRY_RUN")


456
457
458
# File 'sig/types.rbs', line 456

def mode
  @mode
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def rule_id
  @rule_id
end