Class: Aws::CloudWatchEvidently::Types::ListSegmentReferencesResponse

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 ListSegmentReferences operation to return the next set of results.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1892

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

#referenced_byArray<Types::RefResource>

An array of structures, where each structure contains information about one experiment or launch that uses this segment.

Returns:



1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1892

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