Method: Aws::CloudWatchEvidently::Types::ListFeaturesRequest#project
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
#project ⇒ String
The name or ARN of the project to return the feature list from.
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 |