Class: Aws::CleanRoomsML::Types::PutConfiguredAudienceModelPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_audience_model_policyString

The IAM resource policy.

Returns:

  • (String)


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_hashString

A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.

Returns:

  • (String)


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