Class: Aws::CleanRoomsML::Types::CreateAudienceModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CreateAudienceModelResponse
- 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.
Instance Attribute Details
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model.
1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1061 class CreateAudienceModelResponse < Struct.new( :audience_model_arn) SENSITIVE = [] include Aws::Structure end |