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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


2103
2104
2105
2106
2107
2108
2109
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2103

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

#key_groupTypes::KeyGroup

The key group that was just created.

Returns:



2103
2104
2105
2106
2107
2108
2109
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2103

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

#locationString

The URL of the key group.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2103

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