Class: Aws::CloudWatchEvidently::Types::ListFeaturesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListFeaturesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#features ⇒ Array<Types::FeatureSummary>
An array of structures that contain the configuration details of the features in the specified project.
-
#next_token ⇒ String
The token to use in a subsequent ‘ListFeatures` operation to return the next set of results.
Instance Attribute Details
#features ⇒ Array<Types::FeatureSummary>
An array of structures that contain the configuration details of the features in the specified project.
1757 1758 1759 1760 1761 1762 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1757 class ListFeaturesResponse < Struct.new( :features, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use in a subsequent ‘ListFeatures` operation to return the next set of results.
1757 1758 1759 1760 1761 1762 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1757 class ListFeaturesResponse < Struct.new( :features, :next_token) SENSITIVE = [] include Aws::Structure end |