Class: Aws::CloudFront::Types::PublicKeySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKeySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A complex data type for public key information.
Instance Attribute Summary collapse
-
#comment ⇒ String
Comment for public key information summary.
-
#created_time ⇒ Time
Creation time for public key information summary.
-
#encoded_key ⇒ String
Encoded key for public key information summary.
-
#id ⇒ String
ID for public key information summary.
-
#name ⇒ String
Name for public key information summary.
Instance Attribute Details
#comment ⇒ String
Comment for public key information summary.
6781 6782 6783 6784 6785 6786 6787 6788 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) include Aws::Structure end |
#created_time ⇒ Time
Creation time for public key information summary.
6781 6782 6783 6784 6785 6786 6787 6788 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) include Aws::Structure end |
#encoded_key ⇒ String
Encoded key for public key information summary.
6781 6782 6783 6784 6785 6786 6787 6788 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) include Aws::Structure end |
#id ⇒ String
ID for public key information summary.
6781 6782 6783 6784 6785 6786 6787 6788 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) include Aws::Structure end |
#name ⇒ String
Name for public key information summary.
6781 6782 6783 6784 6785 6786 6787 6788 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781 class PublicKeySummary < Struct.new( :id, :name, :created_time, :encoded_key, :comment) include Aws::Structure end |