Class: Aws::Types::SensitiveDataDetections

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


7540
7541
7542
# File 'sig/types.rbs', line 7540

def count
  @count
end

#occurrencesTypes::Occurrences

Returns the value of attribute occurrences.

Returns:



7542
7543
7544
# File 'sig/types.rbs', line 7542

def occurrences
  @occurrences
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


7541
7542
7543
# File 'sig/types.rbs', line 7541

def type
  @type
end