Class: Aws::IVSRealTime::Types::ListIngestConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListIngestConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingest_configurations ⇒ Array<Types::IngestConfigurationSummary>
List of the matching ingest configurations (summary information only).
-
#next_token ⇒ String
If there are more IngestConfigurations than ‘maxResults`, use `nextToken` in the request to get the next set.
Instance Attribute Details
#ingest_configurations ⇒ Array<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_token ⇒ String
If there are more IngestConfigurations than ‘maxResults`, use `nextToken` in the request to get the next set.
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 |