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 public key that you can use with [signed URLs and signed cookies], or with [field-level encryption].
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html [2]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html
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], or with [field-level encryption].
Instance Attribute Details
#created_time ⇒ Time
The date and time when the public key was uploaded.
9212 9213 9214 9215 9216 9217 9218 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9212 class PublicKey < Struct.new( :id, :created_time, :public_key_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the public key.
9212 9213 9214 9215 9216 9217 9218 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9212 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].
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html [2]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html
9212 9213 9214 9215 9216 9217 9218 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9212 class PublicKey < Struct.new( :id, :created_time, :public_key_config) SENSITIVE = [] include Aws::Structure end |