Class: Aws::CloudFront::Types::TestConnectionFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TestConnectionFunctionRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:connection_object]
Instance Attribute Summary collapse
-
#connection_object ⇒ String
The connection object.
-
#id ⇒ String
The connection function ID.
-
#if_match ⇒ String
The current version (
ETagvalue) of the connection function. -
#stage ⇒ String
The connection function stage.
Instance Attribute Details
#connection_object ⇒ String
The connection object.
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 |
#id ⇒ String
The connection function ID.
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_match ⇒ String
The current version (ETag value) of the connection function.
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 |
#stage ⇒ String
The connection function stage.
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 |