Class: Aws::CloudWatchEvidently::Types::CreateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ Types::Project
A structure that contains information about the created project.
Instance Attribute Details
#project ⇒ Types::Project
A structure that contains information about the created project.
476 477 478 479 480 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 476 class CreateProjectResponse < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |