Class: Aws::CloudWatchEvidently::Types::GetProjectRequest

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 that you want to see the details of.

Returns:

  • (String)


1448
1449
1450
1451
1452
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1448

class GetProjectRequest < Struct.new(
  :project)
  SENSITIVE = []
  include Aws::Structure
end