Class: Aws::CloudFront::Types::PublicKey

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

A complex data type of public keys you add to CloudFront to use with features like field-level encryption.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

A time you added a public key to CloudFront.

Returns:

  • (Time)


6662
6663
6664
6665
6666
6667
# File 'lib/aws-sdk-cloudfront/types.rb', line 6662

class PublicKey < Struct.new(
  :id,
  :created_time,
  :public_key_config)
  include Aws::Structure
end

#idString

A unique ID assigned to a public key you’ve added to CloudFront.

Returns:

  • (String)


6662
6663
6664
6665
6666
6667
# File 'lib/aws-sdk-cloudfront/types.rb', line 6662

class PublicKey < Struct.new(
  :id,
  :created_time,
  :public_key_config)
  include Aws::Structure
end

#public_key_configTypes::PublicKeyConfig

A complex data type for a public key you add to CloudFront to use with features like field-level encryption.



6662
6663
6664
6665
6666
6667
# File 'lib/aws-sdk-cloudfront/types.rb', line 6662

class PublicKey < Struct.new(
  :id,
  :created_time,
  :public_key_config)
  include Aws::Structure
end