Class: Aws::CloudFront::Types::GetPublicKeyConfigResult

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 configuration. For example: ‘E2QWRUHAPOMQZL`.

Returns:

  • (String)


4459
4460
4461
4462
4463
# File 'lib/aws-sdk-cloudfront/types.rb', line 4459

class GetPublicKeyConfigResult < Struct.new(
  :public_key_config,
  :etag)
  include Aws::Structure
end

#public_key_configTypes::PublicKeyConfig

Return the result for the public key configuration.



4459
4460
4461
4462
4463
# File 'lib/aws-sdk-cloudfront/types.rb', line 4459

class GetPublicKeyConfigResult < Struct.new(
  :public_key_config,
  :etag)
  include Aws::Structure
end