Class: Aws::IVS::Types::ListRecordingConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListRecordingConfigurationsResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more recording configurations than
maxResults, usenextTokenin the request to get the next set. -
#recording_configurations ⇒ Array<Types::RecordingConfigurationSummary>
List of the matching recording configurations.
Instance Attribute Details
#next_token ⇒ String
If there are more recording configurations than maxResults, use
nextToken in the request to get the next set.
1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1868 class ListRecordingConfigurationsResponse < Struct.new( :recording_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#recording_configurations ⇒ Array<Types::RecordingConfigurationSummary>
List of the matching recording configurations.
1868 1869 1870 1871 1872 1873 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1868 class ListRecordingConfigurationsResponse < Struct.new( :recording_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |