Class: Aws::CloudFront::Types::GetConnectionGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetConnectionGroupResult
- 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 retrieved.
-
#etag ⇒ String
The current version of the connection group.
Instance Attribute Details
#connection_group ⇒ Types::ConnectionGroup
The connection group that you retrieved.
6635 6636 6637 6638 6639 6640 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6635 class GetConnectionGroupResult < Struct.new( :connection_group, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the connection group.
6635 6636 6637 6638 6639 6640 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6635 class GetConnectionGroupResult < Struct.new( :connection_group, :etag) SENSITIVE = [] include Aws::Structure end |