Class: Aws::IVSRealTime::Types::ListIngestConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListIngestConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_by_stage_arn ⇒ String
Filters the response list to match the specified stage ARN.
-
#filter_by_state ⇒ String
Filters the response list to match the specified state.
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#next_token ⇒ String
The first IngestConfiguration to retrieve.
Instance Attribute Details
#filter_by_stage_arn ⇒ String
Filters the response list to match the specified stage ARN. Only one filter (by stage ARN or by state) can be used at a time.
1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1432 class ListIngestConfigurationsRequest < Struct.new( :filter_by_stage_arn, :filter_by_state, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filter_by_state ⇒ String
Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.
1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1432 class ListIngestConfigurationsRequest < Struct.new( :filter_by_stage_arn, :filter_by_state, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return. Default: 50.
1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1432 class ListIngestConfigurationsRequest < Struct.new( :filter_by_stage_arn, :filter_by_state, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first IngestConfiguration to retrieve. This is used for pagination; see the ‘nextToken` response field.
1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1432 class ListIngestConfigurationsRequest < Struct.new( :filter_by_stage_arn, :filter_by_state, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |