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).



1453
1454
1455
1456
1457
1458
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1453

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)


1453
1454
1455
1456
1457
1458
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1453

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