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.



2511
2512
2513
# File 'sig/types.rbs', line 2511

def differential_privacy
  @differential_privacy
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def unknown
  @unknown
end