Method: Aws::CloudWatchEvidently::Types::ListFeaturesRequest#project

Defined in:
lib/aws-sdk-cloudwatchevidently/types.rb

#projectString

The name or ARN of the project to return the feature list from.

Returns:

  • (String)


1737
1738
1739
1740
1741
1742
1743
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1737

class ListFeaturesRequest < Struct.new(
  :max_results,
  :next_token,
  :project)
  SENSITIVE = []
  include Aws::Structure
end