Class: Aws::Chime::Types::ListMediaCapturePipelinesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListMediaCapturePipelinesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token used to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. Valid Range: 1 - 99.
5253 5254 5255 5256 5257 5258 |
# File 'lib/aws-sdk-chime/types.rb', line 5253 class ListMediaCapturePipelinesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to retrieve the next page of results.
5253 5254 5255 5256 5257 5258 |
# File 'lib/aws-sdk-chime/types.rb', line 5253 class ListMediaCapturePipelinesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |