Class: Aws::CloudWatchEvidently::Types::GetProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::GetProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ String
The name or ARN of the project that you want to see the details of.
Instance Attribute Details
#project ⇒ String
The name or ARN of the project that you want to see the details of.
1448 1449 1450 1451 1452 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1448 class GetProjectRequest < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |