Class: Aws::CleanRoomsML::Types::GetConfiguredAudienceModelPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetConfiguredAudienceModelPolicyRequest
- 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 that you are interested in.
Instance Attribute Details
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
2349 2350 2351 2352 2353 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2349 class GetConfiguredAudienceModelPolicyRequest < Struct.new( :configured_audience_model_arn) SENSITIVE = [] include Aws::Structure end |