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

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

Overview

A complex data type for public key information.

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

Comment for public key information summary.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
# File 'lib/aws-sdk-cloudfront/types.rb', line 6791

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

#created_timeTime

Creation time for public key information summary.

Returns:

  • (Time)


6791
6792
6793
6794
6795
6796
6797
6798
# File 'lib/aws-sdk-cloudfront/types.rb', line 6791

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

#encoded_keyString

Encoded key for public key information summary.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
# File 'lib/aws-sdk-cloudfront/types.rb', line 6791

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

#idString

ID for public key information summary.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
# File 'lib/aws-sdk-cloudfront/types.rb', line 6791

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

#nameString

Name for public key information summary.

Returns:

  • (String)


6791
6792
6793
6794
6795
6796
6797
6798
# File 'lib/aws-sdk-cloudfront/types.rb', line 6791

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