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

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

Overview

Note:

When making an API call, you may pass DeleteStreamKeyRequest data as a hash:

{
  arn: "StreamKeyArn", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the stream key to be deleted.

Returns:

  • (String)


609
610
611
612
613
# File 'lib/aws-sdk-ivs/types.rb', line 609

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