Class: Aws::IVS::Types::DeleteRecordingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::DeleteRecordingConfigurationRequest
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the recording configuration to be deleted.
Instance Attribute Details
#arn ⇒ String
ARN of the recording configuration to be deleted.
511 512 513 514 515 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 511 class DeleteRecordingConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |