Class: Aws::CloudWatchEvidently::Types::PutProjectEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::PutProjectEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_results ⇒ Array<Types::PutProjectEventsResultEntry>
A structure that contains Evidently’s response to the sent events, including an event ID and error codes, if any.
-
#failed_event_count ⇒ Integer
The number of events in the operation that could not be used by Evidently.
Instance Attribute Details
#event_results ⇒ Array<Types::PutProjectEventsResultEntry>
A structure that contains Evidently’s response to the sent events, including an event ID and error codes, if any.
2478 2479 2480 2481 2482 2483 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2478 class PutProjectEventsResponse < Struct.new( :event_results, :failed_event_count) SENSITIVE = [] include Aws::Structure end |
#failed_event_count ⇒ Integer
The number of events in the operation that could not be used by Evidently.
2478 2479 2480 2481 2482 2483 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2478 class PutProjectEventsResponse < Struct.new( :event_results, :failed_event_count) SENSITIVE = [] include Aws::Structure end |