Class: Aws::CloudFront::Types::PublicKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKey
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A public key that you can use with signed URLs and signed cookies, or with field-level encryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The date and time when the public key was uploaded.
-
#id ⇒ String
The identifier of the public key.
-
#public_key_config ⇒ Types::PublicKeyConfig
Configuration information about a public key that you can use with [signed URLs and signed cookies][1], or with [field-level encryption][2].
Instance Attribute Details
#created_time ⇒ Time
The date and time when the public key was uploaded.
9773 9774 9775 9776 9777 9778 9779 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9773 class PublicKey < Struct.new( :id, :created_time, :public_key_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the public key.
9773 9774 9775 9776 9777 9778 9779 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9773 class PublicKey < Struct.new( :id, :created_time, :public_key_config) SENSITIVE = [] include Aws::Structure end |
#public_key_config ⇒ Types::PublicKeyConfig
Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.
9773 9774 9775 9776 9777 9778 9779 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9773 class PublicKey < Struct.new( :id, :created_time, :public_key_config) SENSITIVE = [] include Aws::Structure end |