Class: Aws::CloudFront::Types::GetConnectionFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetConnectionFunctionRequest
- 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.
7067 7068 7069 7070 7071 7072 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7067 class GetConnectionFunctionRequest < Struct.new( :identifier, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The connection function’s stage.
7067 7068 7069 7070 7071 7072 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7067 class GetConnectionFunctionRequest < Struct.new( :identifier, :stage) SENSITIVE = [] include Aws::Structure end |