Class: Aws::CleanRoomsML::Types::GetConfiguredAudienceModelPolicyResponse

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_arnString

The Amazon Resource Name (ARN) of the configured audience model.

Returns:

  • (String)


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_policyString

The configured audience model policy. This is a JSON IAM resource policy.

Returns:

  • (String)


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_hashString

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

Returns:

  • (String)


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