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
911 912 913 914 915 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 911 class GetRecordingConfigurationResponse < Struct.new( :recording_configuration) SENSITIVE = [] include Aws::Structure end |