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
, usenextToken
in 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.
1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1261 class ListRecordingConfigurationsResponse < Struct.new( :next_token, :recording_configurations) SENSITIVE = [] include Aws::Structure end |
#recording_configurations ⇒ Array<Types::RecordingConfigurationSummary>
List of the matching recording configurations.
1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1261 class ListRecordingConfigurationsResponse < Struct.new( :next_token, :recording_configurations) SENSITIVE = [] include Aws::Structure end |