Class: Aws::CleanRoomsML::Types::PutConfiguredAudienceModelPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::PutConfiguredAudienceModelPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that the resource policy will govern.
-
#configured_audience_model_policy ⇒ String
The IAM resource policy.
-
#policy_existence_condition ⇒ String
Use this to prevent unexpected concurrent modification of the policy.
-
#previous_policy_hash ⇒ String
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
Instance Attribute Details
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that the resource policy will govern.
4376 4377 4378 4379 4380 4381 4382 4383 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4376 class PutConfiguredAudienceModelPolicyRequest < Struct.new( :configured_audience_model_arn, :configured_audience_model_policy, :previous_policy_hash, :policy_existence_condition) SENSITIVE = [] include Aws::Structure end |
#configured_audience_model_policy ⇒ String
The IAM resource policy.
4376 4377 4378 4379 4380 4381 4382 4383 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4376 class PutConfiguredAudienceModelPolicyRequest < Struct.new( :configured_audience_model_arn, :configured_audience_model_policy, :previous_policy_hash, :policy_existence_condition) SENSITIVE = [] include Aws::Structure end |
#policy_existence_condition ⇒ String
Use this to prevent unexpected concurrent modification of the policy.
4376 4377 4378 4379 4380 4381 4382 4383 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4376 class PutConfiguredAudienceModelPolicyRequest < Struct.new( :configured_audience_model_arn, :configured_audience_model_policy, :previous_policy_hash, :policy_existence_condition) SENSITIVE = [] include Aws::Structure end |
#previous_policy_hash ⇒ String
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
4376 4377 4378 4379 4380 4381 4382 4383 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4376 class PutConfiguredAudienceModelPolicyRequest < Struct.new( :configured_audience_model_arn, :configured_audience_model_policy, :previous_policy_hash, :policy_existence_condition) SENSITIVE = [] include Aws::Structure end |