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.
6048 6049 6050 6051 6052 6053 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6048 class PreviewPrivacyImpactInput < Struct.new( :membership_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::PreviewPrivacyImpactParametersInput
Specifies the desired epsilon and noise parameters to preview.
6048 6049 6050 6051 6052 6053 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6048 class PreviewPrivacyImpactInput < Struct.new( :membership_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |