Class: Aws::CloudWatchEvidently::Types::UpdateProjectDataDeliveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::UpdateProjectDataDeliveryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogsDestinationConfig
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
-
#project ⇒ String
The name or ARN of the project that you want to modify the data storage options for.
-
#s3_destination ⇒ Types::S3DestinationConfig
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogsDestinationConfig
A structure containing the CloudWatch Logs log group where you want to store evaluation events.
3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3454 class UpdateProjectDataDeliveryRequest < Struct.new( :cloud_watch_logs, :project, :s3_destination) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that you want to modify the data storage options for.
3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3454 class UpdateProjectDataDeliveryRequest < Struct.new( :cloud_watch_logs, :project, :s3_destination) SENSITIVE = [] include Aws::Structure end |
#s3_destination ⇒ Types::S3DestinationConfig
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3454 class UpdateProjectDataDeliveryRequest < Struct.new( :cloud_watch_logs, :project, :s3_destination) SENSITIVE = [] include Aws::Structure end |