Class: Aws::IVSRealTime::Types::ListIngestConfigurationsResponse

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

#ingest_configurationsArray<Types::IngestConfigurationSummary>

List of the matching ingest configurations (summary information only).



1487
1488
1489
1490
1491
1492
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1487

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

#next_tokenString

If there are more IngestConfigurations than ‘maxResults`, use `nextToken` in the request to get the next set.

Returns:

  • (String)


1487
1488
1489
1490
1491
1492
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1487

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