Class: Aws::Types::CustomDataIdentifiersDetections

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)


5334
5335
5336
# File 'sig/types.rbs', line 5334

def arn
  @arn
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


5333
5334
5335
# File 'sig/types.rbs', line 5333

def count
  @count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5335
5336
5337
# File 'sig/types.rbs', line 5335

def name
  @name
end

#occurrencesTypes::Occurrences

Returns the value of attribute occurrences.

Returns:



5336
5337
5338
# File 'sig/types.rbs', line 5336

def occurrences
  @occurrences
end