Class: Aws::IVSRealTime::Types::ListIngestConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_by_stage_arnString

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.

Returns:

  • (String)


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_stateString

Filters the response list to match the specified state. Only one filter (by stage ARN or by state) can be used at a time.

Returns:

  • (String)


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_resultsInteger

Maximum number of results to return. Default: 50.

Returns:

  • (Integer)


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_tokenString

The first IngestConfiguration to retrieve. This is used for pagination; see the ‘nextToken` response field.

Returns:

  • (String)


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