Class: Aws::CleanRoomsML::Types::DeleteAudienceModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteAudienceModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model that you want to delete.
Instance Attribute Details
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model that you want to delete.
1714 1715 1716 1717 1718 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1714 class DeleteAudienceModelRequest < Struct.new( :audience_model_arn) SENSITIVE = [] include Aws::Structure end |