Class: Aws::CloudFront::Types::PublicKeyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKeyConfig
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Configuration information about 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
-
#caller_reference ⇒ String
A string included in the request to help make sure that the request can't be replayed.
-
#comment ⇒ String
A comment to describe the public key.
-
#encoded_key ⇒ String
The public key that you can use with [signed URLs and signed cookies][1], or with [field-level encryption][2].
-
#name ⇒ String
A name to help identify the public key.
Instance Attribute Details
#caller_reference ⇒ String
A string included in the request to help make sure that the request can't be replayed.
9829 9830 9831 9832 9833 9834 9835 9836 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9829 class PublicKeyConfig < Struct.new( :caller_reference, :name, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#comment ⇒ String
A comment to describe the public key. The comment cannot be longer than 128 characters.
9829 9830 9831 9832 9833 9834 9835 9836 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9829 class PublicKeyConfig < Struct.new( :caller_reference, :name, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#encoded_key ⇒ String
The public key that you can use with signed URLs and signed cookies, or with field-level encryption.
9829 9830 9831 9832 9833 9834 9835 9836 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9829 class PublicKeyConfig < Struct.new( :caller_reference, :name, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name to help identify the public key.
9829 9830 9831 9832 9833 9834 9835 9836 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9829 class PublicKeyConfig < Struct.new( :caller_reference, :name, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |