Class: Aws::CloudFront::Types::GetPublicKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetPublicKeyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version of the public key.
-
#public_key ⇒ Types::PublicKey
Return the public key.
Instance Attribute Details
#etag ⇒ String
The current version of the public key. For example: ‘E2QWRUHAPOMQZL`.
4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4775 class GetPublicKeyResult < Struct.new( :public_key, :etag) include Aws::Structure end |
#public_key ⇒ Types::PublicKey
Return the public key.
4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4775 class GetPublicKeyResult < Struct.new( :public_key, :etag) include Aws::Structure end |