Class: Aws::CleanRoomsML::Types::ConfiguredAudienceModelOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ConfiguredAudienceModelOutputConfig
- 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
-
#destination ⇒ Types::AudienceDestination
Defines the Amazon S3 bucket where the configured audience is stored.
-
#role_arn ⇒ String
The ARN of the IAM role that can write the Amazon S3 bucket.
Instance Attribute Details
#destination ⇒ Types::AudienceDestination
Defines the Amazon S3 bucket where the configured audience is stored.
760 761 762 763 764 765 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 760 class ConfiguredAudienceModelOutputConfig < Struct.new( :destination, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that can write the Amazon S3 bucket.
760 761 762 763 764 765 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 760 class ConfiguredAudienceModelOutputConfig < Struct.new( :destination, :role_arn) SENSITIVE = [] include Aws::Structure end |