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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


2285
2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2285

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

#locationString

The URL of the public key.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2285

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

#public_keyTypes::PublicKey

The public key.

Returns:



2285
2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2285

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