Class: Aws::CloudWatchEvidently::Types::ListFeaturesResponse

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

#featuresArray<Types::FeatureSummary>

An array of structures that contain the configuration details of the features in the specified project.

Returns:



1757
1758
1759
1760
1761
1762
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1757

class ListFeaturesResponse < Struct.new(
  :features,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use in a subsequent ListFeatures operation to return the next set of results.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1757

class ListFeaturesResponse < Struct.new(
  :features,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end