Class: Aws::CloudWatchEvidently::Types::S3DestinationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::S3DestinationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the bucket in which Evidently stores evaluation events.
-
#prefix ⇒ String
The bucket prefix in which Evidently stores evaluation events.
Instance Attribute Details
#bucket ⇒ String
The name of the bucket in which Evidently stores evaluation events.
2615 2616 2617 2618 2619 2620 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2615 class S3DestinationConfig < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The bucket prefix in which Evidently stores evaluation events.
2615 2616 2617 2618 2619 2620 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2615 class S3DestinationConfig < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |