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, usenextTokenin the request to get the next set.
Instance Attribute Details
#encoder_configurations ⇒ Array<Types::EncoderConfigurationSummary>
List of the matching EncoderConfigurations (summary information only).
1684 1685 1686 1687 1688 1689 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1684 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.
1684 1685 1686 1687 1688 1689 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1684 class ListEncoderConfigurationsResponse < Struct.new( :encoder_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |