Class: Aws::CloudFront::Types::GetPublicKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetPublicKeyResult
- Includes:
- Structure
- Defined in:
- 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.
5525 5526 5527 5528 5529 5530 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5525 class GetPublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |
#public_key ⇒ Types::PublicKey
The public key.
5525 5526 5527 5528 5529 5530 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5525 class GetPublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |