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.
5692 5693 5694 5695 5696 5697 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5692 class GetFunctionRequest < Struct.new( :name, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The function’s stage, either ‘DEVELOPMENT` or `LIVE`.
5692 5693 5694 5695 5696 5697 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5692 class GetFunctionRequest < Struct.new( :name, :stage) SENSITIVE = [] include Aws::Structure end |