Class: Aws::CleanRoomsML::Types::AudienceDestination

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::S3ConfigMap

The Amazon S3 bucket and path for the configured audience.

Returns:



34
35
36
37
38
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 34

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