Class: Aws::CloudFront::Types::GetFunctionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the function whose code you are getting.

Returns:

  • (String)


5358
5359
5360
5361
5362
5363
# File 'lib/aws-sdk-cloudfront/types.rb', line 5358

class GetFunctionRequest < Struct.new(
  :name,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#stageString

The function’s stage, either ‘DEVELOPMENT` or `LIVE`.

Returns:

  • (String)


5358
5359
5360
5361
5362
5363
# File 'lib/aws-sdk-cloudfront/types.rb', line 5358

class GetFunctionRequest < Struct.new(
  :name,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end