Class: Aws::CloudFront::Types::DescribeConnectionFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DescribeConnectionFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The connection function’s identifier.
-
#stage ⇒ String
The connection function’s stage.
Instance Attribute Details
#identifier ⇒ String
The connection function’s identifier.
4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4653 class DescribeConnectionFunctionRequest < Struct.new( :identifier, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The connection function’s stage.
4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4653 class DescribeConnectionFunctionRequest < Struct.new( :identifier, :stage) SENSITIVE = [] include Aws::Structure end |