Class: Aws::MediaTailor::Types::GetFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
-- Request/Response DataStructures --
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_id ⇒ String
The identifier of the function.
Instance Attribute Details
#function_id ⇒ String
The identifier of the function.
2667 2668 2669 2670 2671 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 2667 class GetFunctionRequest < Struct.new( :function_id) SENSITIVE = [] include Aws::Structure end |