class Aws::CloudFront::Types::DescribeFunctionRequest

@note When making an API call, you may pass DescribeFunctionRequest

data as a hash:

    {
      name: "string", # required
      stage: "DEVELOPMENT", # accepts DEVELOPMENT, LIVE
    }

@!attribute [rw] name

The name of the function that you are getting information about.
@return [String]

@!attribute [rw] stage

The function’s stage, either `DEVELOPMENT` or `LIVE`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DescribeFunctionRequest AWS API Documentation

Constants

SENSITIVE