Class: Aws::CloudWatchEvidently::Types::UpdateProjectResponse

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

#projectTypes::Project

A structure containing information about the updated project.

Returns:



3513
3514
3515
3516
3517
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3513

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