Class: Aws::Types::CustomDetection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def arn
  @arn
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


466
467
468
# File 'sig/types.rbs', line 466

def count
  @count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def name
  @name
end

#occurrencesTypes::Occurrences

Returns the value of attribute occurrences.

Returns:



468
469
470
# File 'sig/types.rbs', line 468

def occurrences
  @occurrences
end