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.



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

#etagString

The current version of the connection group.

Returns:

  • (String)


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