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)


1728
1729
1730
1731
1732
1733
# File 'lib/aws-sdk-cloudfront/types.rb', line 1728

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)


1728
1729
1730
1731
1732
1733
# File 'lib/aws-sdk-cloudfront/types.rb', line 1728

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

#public_keyTypes::PublicKey

Returned when you add a public key.

Returns:



1728
1729
1730
1731
1732
1733
# File 'lib/aws-sdk-cloudfront/types.rb', line 1728

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