Class: Aws::CloudFront::Types::DescribeConnectionFunctionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The connection function's identifier.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4625

class DescribeConnectionFunctionRequest < Struct.new(
  :identifier,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#stageString

The connection function's stage.

Returns:

  • (String)


4625
4626
4627
4628
4629
4630
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4625

class DescribeConnectionFunctionRequest < Struct.new(
  :identifier,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end