Class: Aws::ChimeSDKMediaPipelines::Types::ListMediaInsightsPipelineConfigurationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmediapipelines/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


1848
1849
1850
1851
1852
1853
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1848

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

#next_tokenString

The token used to return the next page of results.

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1848

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