Class: Aws::CleanRooms::Types::PreviewPrivacyImpactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PreviewPrivacyImpactInput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
6719 6720 6721 6722 6723 6724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6719 class PreviewPrivacyImpactInput < Struct.new( :membership_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::PreviewPrivacyImpactParametersInput
Specifies the desired epsilon and noise parameters to preview.
6719 6720 6721 6722 6723 6724 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6719 class PreviewPrivacyImpactInput < Struct.new( :membership_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |