Class: Aws::CloudFront::Types::GetPublicKeyResult

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)


4494
4495
4496
4497
4498
# File 'lib/aws-sdk-cloudfront/types.rb', line 4494

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

#public_keyTypes::PublicKey

Return the public key.

Returns:



4494
4495
4496
4497
4498
# File 'lib/aws-sdk-cloudfront/types.rb', line 4494

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