Class: Aws::CloudWatchEvidently::Types::PutProjectEventsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

An array of event structures that contain the performance data that is being sent to Evidently.

Returns:



2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2459

class PutProjectEventsRequest < Struct.new(
  :events,
  :project)
  SENSITIVE = []
  include Aws::Structure
end

#projectString

The name or ARN of the project to write the events to.

Returns:

  • (String)


2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2459

class PutProjectEventsRequest < Struct.new(
  :events,
  :project)
  SENSITIVE = []
  include Aws::Structure
end