Class: Aws::CleanRoomsML::Types::CreateAudienceModelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audience_model_arnString

The Amazon Resource Name (ARN) of the audience model.

Returns:

  • (String)


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