Class: Aws::CloudFront::Types::GetFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the function whose code you are getting.
-
#stage ⇒ String
The function’s stage, either ‘DEVELOPMENT` or `LIVE`.
Instance Attribute Details
#name ⇒ String
The name of the function whose code you are getting.
5360 5361 5362 5363 5364 5365 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5360 class GetFunctionRequest < Struct.new( :name, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The function’s stage, either ‘DEVELOPMENT` or `LIVE`.
5360 5361 5362 5363 5364 5365 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5360 class GetFunctionRequest < Struct.new( :name, :stage) SENSITIVE = [] include Aws::Structure end |