Class: Aws::CleanRoomsML::Types::GetConfiguredAudienceModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetConfiguredAudienceModelRequest
- Includes:
- Structure
- Defined in:
- 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.
2386 2387 2388 2389 2390 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2386 class GetConfiguredAudienceModelRequest < Struct.new( :configured_audience_model_arn) SENSITIVE = [] include Aws::Structure end |