Class: Aws::CleanRoomsML::Types::GetAudienceModelRequest

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 that you are interested in.

Returns:

  • (String)


1971
1972
1973
1974
1975
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1971

class GetAudienceModelRequest < Struct.new(
  :audience_model_arn)
  SENSITIVE = []
  include Aws::Structure
end