Class: Aws::MediaTailor::Types::DeleteFunctionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_idString

The identifier of the function to delete.

Returns:



1932
1933
1934
1935
1936
# File 'lib/aws-sdk-mediatailor/types.rb', line 1932

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