Class: Aws::CloudFront::Types::PublicKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKey
- 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
-
#created_time ⇒ Time
A time you added a public key to CloudFront.
-
#id ⇒ String
A unique ID assigned to a public key you’ve added to CloudFront.
-
#public_key_config ⇒ Types::PublicKeyConfig
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
Instance Attribute Details
#created_time ⇒ Time
A time you added a public key to CloudFront.
6652 6653 6654 6655 6656 6657 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6652 class PublicKey < Struct.new( :id, :created_time, :public_key_config) include Aws::Structure end |
#id ⇒ String
A unique ID assigned to a public key you’ve added to CloudFront.
6652 6653 6654 6655 6656 6657 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6652 class PublicKey < Struct.new( :id, :created_time, :public_key_config) include Aws::Structure end |
#public_key_config ⇒ Types::PublicKeyConfig
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
6652 6653 6654 6655 6656 6657 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6652 class PublicKey < Struct.new( :id, :created_time, :public_key_config) include Aws::Structure end |