Class: Aws::MediaTailor::Types::GetFunctionRequest

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

Overview

-- Request/Response DataStructures --

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_idString

The identifier of the function.

Returns:

  • (String)


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