Class: Aws::CloudFront::Types::GetPublicKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetPublicKeyResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The identifier for this version of the public key.
-
#public_key ⇒ Types::PublicKey
The public key.
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the public key.
6032 6033 6034 6035 6036 6037 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6032 class GetPublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |
#public_key ⇒ Types::PublicKey
The public key.
6032 6033 6034 6035 6036 6037 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6032 class GetPublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |