Class: Aws::Types::CreateCustomDetectionRuleAssociationRequest

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)


444
445
446
# File 'sig/types.rbs', line 444

def client_token
  @client_token
end

#mode"LIVE", "DRY_RUN"

Returns the value of attribute mode.

Returns:

  • ("LIVE", "DRY_RUN")


443
444
445
# File 'sig/types.rbs', line 443

def mode
  @mode
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def rule_id
  @rule_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


445
446
447
# File 'sig/types.rbs', line 445

def tags
  @tags
end