Class: Aws::CleanRoomsML::Types::PutConfiguredAudienceModelPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::PutConfiguredAudienceModelPolicyResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_audience_model_policy ⇒ String
The IAM resource policy.
-
#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_policy ⇒ String
The IAM resource policy.
4390 4391 4392 4393 4394 4395 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4390 class PutConfiguredAudienceModelPolicyResponse < Struct.new( :configured_audience_model_policy, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#policy_hash ⇒ String
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
4390 4391 4392 4393 4394 4395 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4390 class PutConfiguredAudienceModelPolicyResponse < Struct.new( :configured_audience_model_policy, :policy_hash) SENSITIVE = [] include Aws::Structure end |