Class: Aws::CloudFront::Types::CreatePublicKeyResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The current version of the public key. For example: ‘E2QWRUHAPOMQZL`.

Returns:

  • (String)


1798
1799
1800
1801
1802
1803
# File 'lib/aws-sdk-cloudfront/types.rb', line 1798

class CreatePublicKeyResult < Struct.new(
  :public_key,
  :location,
  :etag)
  include Aws::Structure
end

#locationString

The fully qualified URI of the new public key resource just created. For example: ‘cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5`.

Returns:

  • (String)


1798
1799
1800
1801
1802
1803
# File 'lib/aws-sdk-cloudfront/types.rb', line 1798

class CreatePublicKeyResult < Struct.new(
  :public_key,
  :location,
  :etag)
  include Aws::Structure
end

#public_keyTypes::PublicKey

Returned when you add a public key.

Returns:



1798
1799
1800
1801
1802
1803
# File 'lib/aws-sdk-cloudfront/types.rb', line 1798

class CreatePublicKeyResult < Struct.new(
  :public_key,
  :location,
  :etag)
  include Aws::Structure
end