Class: Aws::CloudWatchEvidently::Types::ListSegmentsResponse

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

#next_tokenString

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

Returns:

  • (String)


1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1930

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

#segmentsArray<Types::Segment>

An array of structures that contain information about the segments in this Region.

Returns:



1930
1931
1932
1933
1934
1935
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1930

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