You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::PublicKeyConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PublicKeyConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  caller_reference: "string", # required
  name: "string", # required
  encoded_key: "string", # required
  comment: "string",
}

Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#caller_referenceString

A string included in the request to help make sure that the request can’t be replayed.

Returns:

  • (String)

    A string included in the request to help make sure that the request can’t be replayed.

#commentString

A comment to describe the public key.

Returns:

  • (String)

    A comment to describe the public key.

#encoded_keyString

The public key that you can use with signed URLs and signed cookies, or with field-level encryption.

Returns:

  • (String)

    The public key that you can use with [signed URLs and signed cookies][1], or with [field-level encryption][2].

#nameString

A name to help identify the public key.

Returns:

  • (String)

    A name to help identify the public key.