Class: Aws::CleanRoomsML::Types::ConfiguredAudienceModelOutputConfig

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

Overview

Configuration information necessary for the configure audience model output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::AudienceDestination

Defines the Amazon S3 bucket where the configured audience is stored.



335
336
337
338
339
340
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 335

class ConfiguredAudienceModelOutputConfig < Struct.new(
  :destination,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that can write the Amazon S3 bucket.

Returns:

  • (String)


335
336
337
338
339
340
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 335

class ConfiguredAudienceModelOutputConfig < Struct.new(
  :destination,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end