Class: Aws::CloudFront::Types::TestConnectionFunctionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:connection_object]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_objectString

The connection object.

Returns:

  • (String)


14602
14603
14604
14605
14606
14607
14608
14609
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14602

class TestConnectionFunctionRequest < Struct.new(
  :id,
  :if_match,
  :stage,
  :connection_object)
  SENSITIVE = [:connection_object]
  include Aws::Structure
end

#idString

The connection function ID.

Returns:

  • (String)


14602
14603
14604
14605
14606
14607
14608
14609
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14602

class TestConnectionFunctionRequest < Struct.new(
  :id,
  :if_match,
  :stage,
  :connection_object)
  SENSITIVE = [:connection_object]
  include Aws::Structure
end

#if_matchString

The current version (ETag value) of the connection function.

Returns:

  • (String)


14602
14603
14604
14605
14606
14607
14608
14609
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14602

class TestConnectionFunctionRequest < Struct.new(
  :id,
  :if_match,
  :stage,
  :connection_object)
  SENSITIVE = [:connection_object]
  include Aws::Structure
end

#stageString

The connection function stage.

Returns:

  • (String)


14602
14603
14604
14605
14606
14607
14608
14609
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14602

class TestConnectionFunctionRequest < Struct.new(
  :id,
  :if_match,
  :stage,
  :connection_object)
  SENSITIVE = [:connection_object]
  include Aws::Structure
end