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

Class: Aws::CloudFront::Types::CreatePublicKeyRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#public_key_configTypes::PublicKeyConfig

A CloudFront public key configuration.

Returns: