Class: Aws::CleanRooms::Types::PreviewPrivacyImpactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PreviewPrivacyImpactInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
A unique identifier for one of your memberships for a collaboration.
-
#parameters ⇒ Types::PreviewPrivacyImpactParametersInput
Specifies the desired epsilon and noise parameters to preview.
Instance Attribute Details
#membership_identifier ⇒ String
A unique identifier for one of your memberships for a collaboration. Accepts a membership ID.
5727 5728 5729 5730 5731 5732 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5727 class PreviewPrivacyImpactInput < Struct.new( :membership_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::PreviewPrivacyImpactParametersInput
Specifies the desired epsilon and noise parameters to preview.
5727 5728 5729 5730 5731 5732 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5727 class PreviewPrivacyImpactInput < Struct.new( :membership_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |