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

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

#created_timeTime

The date and time when the public key was uploaded.

Returns:

  • (Time)


8857
8858
8859
8860
8861
8862
8863
# File 'lib/aws-sdk-cloudfront/types.rb', line 8857

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

#idString

The identifier of the public key.

Returns:

  • (String)


8857
8858
8859
8860
8861
8862
8863
# File 'lib/aws-sdk-cloudfront/types.rb', line 8857

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].

[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html [2]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html



8857
8858
8859
8860
8861
8862
8863
# File 'lib/aws-sdk-cloudfront/types.rb', line 8857

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