Class: Aws::CloudFront::Types::CreatePublicKeyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreatePublicKeyResult
- 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.
-
#location ⇒ String
The URL 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.
2287 2288 2289 2290 2291 2292 2293 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2287 class CreatePublicKeyResult < Struct.new( :public_key, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The URL of the public key.
2287 2288 2289 2290 2291 2292 2293 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2287 class CreatePublicKeyResult < Struct.new( :public_key, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#public_key ⇒ Types::PublicKey
The public key.
2287 2288 2289 2290 2291 2292 2293 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2287 class CreatePublicKeyResult < Struct.new( :public_key, :location, :etag) SENSITIVE = [] include Aws::Structure end |