Class: Aws::CloudWatchEvidently::Types::DeleteProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::DeleteProjectRequest
- Defined in:
- gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ String
The name or ARN of the project to delete.
Instance Attribute Details
#project ⇒ String
The name or ARN of the project to delete.
614 615 616 617 618 |
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 614 class DeleteProjectRequest < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |