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

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

Overview

Configuration information about 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

#caller_referenceString

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

Returns:

  • (String)


9266
9267
9268
9269
9270
9271
9272
9273
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9266

class PublicKeyConfig < Struct.new(
  :caller_reference,
  :name,
  :encoded_key,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

A comment to describe the public key. The comment cannot be longer than 128 characters.

Returns:

  • (String)


9266
9267
9268
9269
9270
9271
9272
9273
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9266

class PublicKeyConfig < Struct.new(
  :caller_reference,
  :name,
  :encoded_key,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#encoded_keyString

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

Returns:

  • (String)


9266
9267
9268
9269
9270
9271
9272
9273
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9266

class PublicKeyConfig < Struct.new(
  :caller_reference,
  :name,
  :encoded_key,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name to help identify the public key.

Returns:

  • (String)


9266
9267
9268
9269
9270
9271
9272
9273
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9266

class PublicKeyConfig < Struct.new(
  :caller_reference,
  :name,
  :encoded_key,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end