Class: Aws::CloudWatchEvidently::Types::CreateProjectResponse

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 that contains information about the created project.

Returns:



476
477
478
479
480
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 476

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