Class: Aws::CloudFront::Types::CreateConnectionGroupResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_groupTypes::ConnectionGroup

The connection group that you created.



2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-cloudfront/types.rb', line 2645

class CreateConnectionGroupResult < Struct.new(
  :connection_group,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The current version of the connection group.

Returns:

  • (String)


2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-cloudfront/types.rb', line 2645

class CreateConnectionGroupResult < Struct.new(
  :connection_group,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end