Class: Aws::IVS::Types::GetRecordingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetRecordingConfigurationResponse
- 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
616 617 618 619 620 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 616 class GetRecordingConfigurationResponse < Struct.new( :recording_configuration) SENSITIVE = [] include Aws::Structure end |