Class: Aws::CleanRoomsML::Types::GetConfiguredAudienceModelPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetConfiguredAudienceModelPolicyResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/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.
-
#configured_audience_model_policy ⇒ String
The configured audience model 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_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model.
2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2371 class GetConfiguredAudienceModelPolicyResponse < Struct.new( :configured_audience_model_arn, :configured_audience_model_policy, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#configured_audience_model_policy ⇒ String
The configured audience model policy. This is a JSON IAM resource policy.
2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2371 class GetConfiguredAudienceModelPolicyResponse < Struct.new( :configured_audience_model_arn, :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.
2371 2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2371 class GetConfiguredAudienceModelPolicyResponse < Struct.new( :configured_audience_model_arn, :configured_audience_model_policy, :policy_hash) SENSITIVE = [] include Aws::Structure end |