Class: Aws::Chime::Types::ListMediaCapturePipelinesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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. Valid Range: 1 - 99.

Returns:

  • (Integer)


5408
5409
5410
5411
5412
5413
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5408

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

#next_tokenString

The token used to retrieve the next page of results.

Returns:

  • (String)


5408
5409
5410
5411
5412
5413
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5408

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