Class: Aws::CloudFront::Types::CreatePublicKeyResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The identifier for this version of the public key.

Returns:

  • (String)


2220
2221
2222
2223
2224
2225
2226
# File 'lib/aws-sdk-cloudfront/types.rb', line 2220

class CreatePublicKeyResult < Struct.new(
  :public_key,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The URL of the public key.

Returns:

  • (String)


2220
2221
2222
2223
2224
2225
2226
# File 'lib/aws-sdk-cloudfront/types.rb', line 2220

class CreatePublicKeyResult < Struct.new(
  :public_key,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#public_keyTypes::PublicKey

The public key.

Returns:



2220
2221
2222
2223
2224
2225
2226
# File 'lib/aws-sdk-cloudfront/types.rb', line 2220

class CreatePublicKeyResult < Struct.new(
  :public_key,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end