Class: Aws::CloudWatchEvidently::Types::S3Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::S3Destination
- 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.
2595 2596 2597 2598 2599 2600 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2595 class S3Destination < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The bucket prefix in which Evidently stores evaluation events.
2595 2596 2597 2598 2599 2600 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2595 class S3Destination < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |