Class: Aws::CloudWatchEvidently::Types::UpdateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::UpdateProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ Types::Project
A structure containing information about the updated project.
Instance Attribute Details
#project ⇒ Types::Project
A structure containing information about the updated project.
3513 3514 3515 3516 3517 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3513 class UpdateProjectResponse < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |