Class: Aws::CloudWatchEvidently::Types::ListSegmentReferencesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ListSegmentReferencesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to include in the response.
-
#next_token ⇒ String
The token to use when requesting the next set of results.
-
#segment ⇒ String
The ARN of the segment that you want to view information for.
-
#type ⇒ String
Specifies whether to return information about launches or experiments that use this segment.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to include in the response. If you omit this, the default of 50 is used.
1871 1872 1873 1874 1875 1876 1877 1878 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1871 class ListSegmentReferencesRequest < Struct.new( :max_results, :next_token, :segment, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of results. You received this token from a previous ‘ListSegmentReferences` operation.
1871 1872 1873 1874 1875 1876 1877 1878 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1871 class ListSegmentReferencesRequest < Struct.new( :max_results, :next_token, :segment, :type) SENSITIVE = [] include Aws::Structure end |
#segment ⇒ String
The ARN of the segment that you want to view information for.
1871 1872 1873 1874 1875 1876 1877 1878 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1871 class ListSegmentReferencesRequest < Struct.new( :max_results, :next_token, :segment, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies whether to return information about launches or experiments that use this segment.
1871 1872 1873 1874 1875 1876 1877 1878 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1871 class ListSegmentReferencesRequest < Struct.new( :max_results, :next_token, :segment, :type) SENSITIVE = [] include Aws::Structure end |