Class: Aws::CloudFront::Types::CreateKeyGroupResult

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

#etagString

The identifier for this version of the key group.

Returns:

  • (String)


2700
2701
2702
2703
2704
2705
2706
# File 'lib/aws-sdk-cloudfront/types.rb', line 2700

class CreateKeyGroupResult < Struct.new(
  :key_group,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#key_groupTypes::KeyGroup

The key group that was just created.

Returns:



2700
2701
2702
2703
2704
2705
2706
# File 'lib/aws-sdk-cloudfront/types.rb', line 2700

class CreateKeyGroupResult < Struct.new(
  :key_group,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The URL of the key group.

Returns:

  • (String)


2700
2701
2702
2703
2704
2705
2706
# File 'lib/aws-sdk-cloudfront/types.rb', line 2700

class CreateKeyGroupResult < Struct.new(
  :key_group,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end