Class: Aws::CleanRoomsML::Types::AudienceDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::AudienceDestination
- 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
-
#s3_destination ⇒ Types::S3ConfigMap
The Amazon S3 bucket and path for the configured audience.
Instance Attribute Details
#s3_destination ⇒ Types::S3ConfigMap
The Amazon S3 bucket and path for the configured audience.
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 |