Class: Aws::CloudFront::Types::PublicKeySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKeySummary
- Includes:
- Structure
- Defined in:
- 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.
9352 9353 9354 9355 9356 9357 9358 9359 9360 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9352 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.
9352 9353 9354 9355 9356 9357 9358 9359 9360 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9352 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#encoded_key ⇒ String
The public key.
9352 9353 9354 9355 9356 9357 9358 9359 9360 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9352 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the public key.
9352 9353 9354 9355 9356 9357 9358 9359 9360 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9352 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.
9352 9353 9354 9355 9356 9357 9358 9359 9360 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9352 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) SENSITIVE = [] include Aws::Structure end |