Class: Aws::CloudWatchEvidently::Types::UpdateProjectDataDeliveryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#projectTypes::Project

A structure containing details about the project that you updated.

Returns:



3468
3469
3470
3471
3472
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3468

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