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

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

Returns:



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

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