Class: Aws::MediaTailor::Types::DeleteFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeleteFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_id ⇒ String
The identifier of the function to delete.
Instance Attribute Details
#function_id ⇒ String
The identifier of the function to delete.
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 |