Class: Aws::CloudWatchEvidently::Types::DeleteProjectRequest

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

#projectString

The name or ARN of the project to delete.

Returns:

  • (String)


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