Class: Aws::CloudFront::Types::GetConnectionFunctionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

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

#stageString

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