Class: Aws::CloudFront::Types::UpdatePublicKeyResult

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 update public key result. For example: ‘E2QWRUHAPOMQZL`.

Returns:

  • (String)


7420
7421
7422
7423
7424
# File 'lib/aws-sdk-cloudfront/types.rb', line 7420

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

#public_keyTypes::PublicKey

Return the results of updating the public key.

Returns:



7420
7421
7422
7423
7424
# File 'lib/aws-sdk-cloudfront/types.rb', line 7420

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