Class: Aws::Types::PrivacyImpact

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

Defined Under Namespace

Classes: DifferentialPrivacy, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#differential_privacyTypes::DifferentialPrivacyPrivacyImpact

Returns the value of attribute differential_privacy.



2621
2622
2623
# File 'sig/types.rbs', line 2621

def differential_privacy
  @differential_privacy
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2622
2623
2624
# File 'sig/types.rbs', line 2622

def unknown
  @unknown
end