Class: Aws::CloudFront::Types::CreateConnectionGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateConnectionGroupResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_group ⇒ Types::ConnectionGroup
The connection group that you created.
-
#etag ⇒ String
The current version of the connection group.
Instance Attribute Details
#connection_group ⇒ Types::ConnectionGroup
The connection group that you created.
2380 2381 2382 2383 2384 2385 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2380 class CreateConnectionGroupResult < Struct.new( :connection_group, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the connection group.
2380 2381 2382 2383 2384 2385 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2380 class CreateConnectionGroupResult < Struct.new( :connection_group, :etag) SENSITIVE = [] include Aws::Structure end |