Class: Aws::CloudWatchEvidently::Types::PutProjectEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::PutProjectEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::Event>
An array of event structures that contain the performance data that is being sent to Evidently.
-
#project ⇒ String
The name or ARN of the project to write the events to.
Instance Attribute Details
#events ⇒ Array<Types::Event>
An array of event structures that contain the performance data that is being sent to Evidently.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2459 class PutProjectEventsRequest < Struct.new( :events, :project) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project to write the events to.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2459 class PutProjectEventsRequest < Struct.new( :events, :project) SENSITIVE = [] include Aws::Structure end |