Class: Aws::CleanRoomsML::Types::UpdateConfiguredAudienceModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::UpdateConfiguredAudienceModelResponse
- 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 was updated.
Instance Attribute Details
#configured_audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the configured audience model that was updated.
5248 5249 5250 5251 5252 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5248 class UpdateConfiguredAudienceModelResponse < Struct.new( :configured_audience_model_arn) SENSITIVE = [] include Aws::Structure end |