Class: Aws::IVS::Types::ListRecordingConfigurationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are more recording configurations than maxResults, use nextToken in the request to get the next set.

Returns:

  • (String)


1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1182

class ListRecordingConfigurationsResponse < Struct.new(
  :next_token,
  :recording_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#recording_configurationsArray<Types::RecordingConfigurationSummary>

List of the matching recording configurations.



1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1182

class ListRecordingConfigurationsResponse < Struct.new(
  :next_token,
  :recording_configurations)
  SENSITIVE = []
  include Aws::Structure
end