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)


8588
8589
8590
8591
8592
# File 'lib/aws-sdk-cloudfront/types.rb', line 8588

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

#public_keyTypes::PublicKey

Return the results of updating the public key.

Returns:



8588
8589
8590
8591
8592
# File 'lib/aws-sdk-cloudfront/types.rb', line 8588

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