Class: Aws::CloudFront::Types::UpdatePublicKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdatePublicKeyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The identifier of the current version of the public key.
-
#public_key ⇒ Types::PublicKey
The public key.
Instance Attribute Details
#etag ⇒ String
The identifier of the current version of the public key.
12916 12917 12918 12919 12920 12921 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12916 class UpdatePublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |
#public_key ⇒ Types::PublicKey
The public key.
12916 12917 12918 12919 12920 12921 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12916 class UpdatePublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |