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
Note:
When making an API call, you may pass DeleteRecordingConfigurationRequest data as a hash:
{
arn: "RecordingConfigurationArn", # required
}
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.
574 575 576 577 578 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 574 class DeleteRecordingConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |