Class: Aws::CloudFront::Types::UpdatePublicKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdatePublicKeyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version of the update public key result.
-
#public_key ⇒ Types::PublicKey
Return the results of updating the public key.
Instance Attribute Details
#etag ⇒ String
The current version of the update public key result. For example: ‘E2QWRUHAPOMQZL`.
8578 8579 8580 8581 8582 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8578 class UpdatePublicKeyResult < Struct.new( :public_key, :etag) include Aws::Structure end |
#public_key ⇒ Types::PublicKey
Return the results of updating the public key.
8578 8579 8580 8581 8582 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8578 class UpdatePublicKeyResult < Struct.new( :public_key, :etag) include Aws::Structure end |