Class: Aws::CloudFront::Types::DescribeFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DescribeFunctionRequest
- 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 that you are getting information about.
-
#stage ⇒ String
The function’s stage, either ‘DEVELOPMENT` or `LIVE`.
Instance Attribute Details
#name ⇒ String
The name of the function that you are getting information about.
3366 3367 3368 3369 3370 3371 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3366 class DescribeFunctionRequest < Struct.new( :name, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The function’s stage, either ‘DEVELOPMENT` or `LIVE`.
3366 3367 3368 3369 3370 3371 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3366 class DescribeFunctionRequest < Struct.new( :name, :stage) SENSITIVE = [] include Aws::Structure end |