Class: Aws::CloudWatchEvidently::Types::GetProjectResponse

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 the configuration details of the project.

Returns:



1460
1461
1462
1463
1464
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1460

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