Class: Aws::ObservabilityAdmin::Types::ListTelemetryPipelinesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ListTelemetryPipelinesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of telemetry pipelines to return in a single call.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of telemetry pipelines to return in a single call.
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_token ⇒ String
The token for the next set of results. A previous call generates this token.
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 |