Class: Aws::IVS::Types::DeleteStreamKeyRequest

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 stream key to be deleted.

Returns:

  • (String)


745
746
747
748
749
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 745

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