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)


1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1026

class GetConfiguredAudienceModelPolicyResponse < Struct.new(
  :configured_audience_model_arn,
  :configured_audience_model_policy,
  :policy_hash)
  SENSITIVE = []
  include Aws::Structure
end