Class: Aws::IVSRealTime::Types::ListEncoderConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListEncoderConfigurationsResponse
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encoder_configurations ⇒ Array<Types::EncoderConfigurationSummary>
List of the matching EncoderConfigurations (summary information only).
-
#next_token ⇒ String
If there are more encoder configurations than
maxResults
, usenextToken
in the request to get the next set.
Instance Attribute Details
#encoder_configurations ⇒ Array<Types::EncoderConfigurationSummary>
List of the matching EncoderConfigurations (summary information only).
1438 1439 1440 1441 1442 1443 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1438 class ListEncoderConfigurationsResponse < Struct.new( :encoder_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more encoder configurations than maxResults
, use
nextToken
in the request to get the next set.
1438 1439 1440 1441 1442 1443 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1438 class ListEncoderConfigurationsResponse < Struct.new( :encoder_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |