Class: Aws::CloudWatchEvidently::Types::ListSegmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListSegmentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use in a subsequent ‘ListSegments` operation to return the next set of results.
-
#segments ⇒ Array<Types::Segment>
An array of structures that contain information about the segments in this Region.
Instance Attribute Details
#next_token ⇒ String
The token to use in a subsequent ‘ListSegments` operation to return the next set of results.
1930 1931 1932 1933 1934 1935 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1930 class ListSegmentsResponse < Struct.new( :next_token, :segments) SENSITIVE = [] include Aws::Structure end |
#segments ⇒ Array<Types::Segment>
An array of structures that contain information about the segments in this Region.
1930 1931 1932 1933 1934 1935 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1930 class ListSegmentsResponse < Struct.new( :next_token, :segments) SENSITIVE = [] include Aws::Structure end |