Class: Aws::CloudFront::Types::CreateConnectionGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateConnectionGroupResult
- Includes:
- Structure
- Defined in:
- 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.
2318 2319 2320 2321 2322 2323 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2318 class CreateConnectionGroupResult < Struct.new( :connection_group, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the connection group.
2318 2319 2320 2321 2322 2323 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2318 class CreateConnectionGroupResult < Struct.new( :connection_group, :etag) SENSITIVE = [] include Aws::Structure end |