Class: Aws::CloudWatchEvidently::Types::ListSegmentReferencesRequest

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

#max_resultsInteger

The maximum number of results to include in the response. If you omit this, the default of 50 is used.

Returns:

  • (Integer)


1871
1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1871

class ListSegmentReferencesRequest < Struct.new(
  :max_results,
  :next_token,
  :segment,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of results. You received this token from a previous ListSegmentReferences operation.

Returns:

  • (String)


1871
1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1871

class ListSegmentReferencesRequest < Struct.new(
  :max_results,
  :next_token,
  :segment,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#segmentString

The ARN of the segment that you want to view information for.

Returns:

  • (String)


1871
1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1871

class ListSegmentReferencesRequest < Struct.new(
  :max_results,
  :next_token,
  :segment,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specifies whether to return information about launches or experiments that use this segment.

Returns:

  • (String)


1871
1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1871

class ListSegmentReferencesRequest < Struct.new(
  :max_results,
  :next_token,
  :segment,
  :type)
  SENSITIVE = []
  include Aws::Structure
end