Class: Aws::IVS::Types::CreateRecordingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::CreateRecordingConfigurationResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#recording_configuration ⇒ Types::RecordingConfiguration
434 435 436 437 438 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 434 class CreateRecordingConfigurationResponse < Struct.new( :recording_configuration) SENSITIVE = [] include Aws::Structure end |