Class: Aws::CloudWatchEvidently::Types::ListSegmentReferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListSegmentReferencesResponse
- 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 ‘ListSegmentReferences` operation to return the next set of results.
-
#referenced_by ⇒ Array<Types::RefResource>
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
Instance Attribute Details
#next_token ⇒ String
The token to use in a subsequent ‘ListSegmentReferences` operation to return the next set of results.
1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1892 class ListSegmentReferencesResponse < Struct.new( :next_token, :referenced_by) SENSITIVE = [] include Aws::Structure end |
#referenced_by ⇒ Array<Types::RefResource>
An array of structures, where each structure contains information about one experiment or launch that uses this segment.
1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1892 class ListSegmentReferencesResponse < Struct.new( :next_token, :referenced_by) SENSITIVE = [] include Aws::Structure end |