Class: Aws::CloudFront::Types::PublicKeySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKeySummary
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Contains information about a public key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment to describe the public key.
-
#created_time ⇒ Time
The date and time when the public key was uploaded.
-
#encoded_key ⇒ String
The public key.
-
#id ⇒ String
The identifier of the public key.
-
#name ⇒ String
A name to help identify the public key.
Instance Attribute Details
#comment ⇒ String
A comment to describe the public key. The comment cannot be longer than 128 characters.
9913 9914 9915 9916 9917 9918 9919 9920 9921 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9913 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time when the public key was uploaded.
9913 9914 9915 9916 9917 9918 9919 9920 9921 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9913 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#encoded_key ⇒ String
The public key.
9913 9914 9915 9916 9917 9918 9919 9920 9921 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9913 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the public key.
9913 9914 9915 9916 9917 9918 9919 9920 9921 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9913 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name to help identify the public key.
9913 9914 9915 9916 9917 9918 9919 9920 9921 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9913 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |