Class: Aws::CloudFront::Types::UpdatePublicKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdatePublicKeyResult
- 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 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.
13481 13482 13483 13484 13485 13486 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13481 class UpdatePublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |
#public_key ⇒ Types::PublicKey
The public key.
13481 13482 13483 13484 13485 13486 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13481 class UpdatePublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |