Class: Aws::ObservabilityAdmin::Types::ListTelemetryPipelinesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of telemetry pipelines to return in a single call.

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1414

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

#next_tokenString

The token for the next set of results. A previous call generates this token.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1414

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