Class: Aws::CloudFront::Types::CreatePublicKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreatePublicKeyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version of the public key.
-
#location ⇒ String
The fully qualified URI of the new public key resource just created.
-
#public_key ⇒ Types::PublicKey
Returned when you add a public key.
Instance Attribute Details
#etag ⇒ String
The current version of the public key. For example: ‘E2QWRUHAPOMQZL`.
1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1851 class CreatePublicKeyResult < Struct.new( :public_key, :location, :etag) include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new public key resource just created. For example: ‘cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5`.
1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1851 class CreatePublicKeyResult < Struct.new( :public_key, :location, :etag) include Aws::Structure end |
#public_key ⇒ Types::PublicKey
Returned when you add a public key.
1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1851 class CreatePublicKeyResult < Struct.new( :public_key, :location, :etag) include Aws::Structure end |