Class: Aws::Types::PreviewPrivacyImpactParametersInput

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::DifferentialPrivacyPreviewParametersInput

Returns the value of attribute differential_privacy.



2538
2539
2540
# File 'sig/types.rbs', line 2538

def differential_privacy
  @differential_privacy
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2539
2540
2541
# File 'sig/types.rbs', line 2539

def unknown
  @unknown
end