Class: Aws::CloudFront::Types::PublicKey

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The date and time when the public key was uploaded.

Returns:

  • (Time)


9210
9211
9212
9213
9214
9215
9216
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9210

class PublicKey < Struct.new(
  :id,
  :created_time,
  :public_key_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the public key.

Returns:

  • (String)


9210
9211
9212
9213
9214
9215
9216
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9210

class PublicKey < Struct.new(
  :id,
  :created_time,
  :public_key_config)
  SENSITIVE = []
  include Aws::Structure
end

#public_key_configTypes::PublicKeyConfig

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



9210
9211
9212
9213
9214
9215
9216
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9210

class PublicKey < Struct.new(
  :id,
  :created_time,
  :public_key_config)
  SENSITIVE = []
  include Aws::Structure
end