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.
4396 4397 4398 4399 4400 4401 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4396 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.
4396 4397 4398 4399 4400 4401 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4396 class PutConfiguredAudienceModelPolicyResponse < Struct.new( :configured_audience_model_policy, :policy_hash) SENSITIVE = [] include Aws::Structure end |