Class: Aws::CloudWatchEvidently::Types::GetProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetProjectResponse
- 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 the configuration details of the project.
Instance Attribute Details
#project ⇒ Types::Project
A structure containing the configuration details of the project.
1460 1461 1462 1463 1464 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1460 class GetProjectResponse < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |