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