Class: Aws::CloudFront::Types::UpdateConnectionGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateConnectionGroupResult
- 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 updated.
-
#etag ⇒ String
The current version of the connection group.
Instance Attribute Details
#connection_group ⇒ Types::ConnectionGroup
The connection group that you updated.
14668 14669 14670 14671 14672 14673 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14668 class UpdateConnectionGroupResult < Struct.new( :connection_group, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the connection group.
14668 14669 14670 14671 14672 14673 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14668 class UpdateConnectionGroupResult < Struct.new( :connection_group, :etag) SENSITIVE = [] include Aws::Structure end |