Class: Aws::CloudFront::Types::PublicKeySummary

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

Overview

Contains information about a public key.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

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

Returns:

  • (String)


9350
9351
9352
9353
9354
9355
9356
9357
9358
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9350

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

#created_timeTime

The date and time when the public key was uploaded.

Returns:

  • (Time)


9350
9351
9352
9353
9354
9355
9356
9357
9358
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9350

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

#encoded_keyString

The public key.

Returns:

  • (String)


9350
9351
9352
9353
9354
9355
9356
9357
9358
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9350

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

#idString

The identifier of the public key.

Returns:

  • (String)


9350
9351
9352
9353
9354
9355
9356
9357
9358
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9350

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

#nameString

A name to help identify the public key.

Returns:

  • (String)


9350
9351
9352
9353
9354
9355
9356
9357
9358
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9350

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