Class: Aws::CloudWatchEvidently::Types::ListFeaturesRequest

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

#max_resultsInteger

The maximum number of results to include in the response.

Returns:

  • (Integer)


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

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

#next_tokenString

The token to use when requesting the next set of results. You received this token from a previous ListFeatures operation.

Returns:

  • (String)


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

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

#projectString

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

Returns:

  • (String)


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

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