Class: Aws::IVS::Types::DeleteRecordingConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the recording configuration to be deleted.

Returns:

  • (String)


740
741
742
743
744
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 740

class DeleteRecordingConfigurationRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end