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)


6612
6613
6614
6615
6616
6617
6618
6619
# File 'lib/aws-sdk-cloudfront/types.rb', line 6612

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)


6612
6613
6614
6615
6616
6617
6618
6619
# File 'lib/aws-sdk-cloudfront/types.rb', line 6612

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)


6612
6613
6614
6615
6616
6617
6618
6619
# File 'lib/aws-sdk-cloudfront/types.rb', line 6612

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

#idString

ID for public key information summary.

Returns:

  • (String)


6612
6613
6614
6615
6616
6617
6618
6619
# File 'lib/aws-sdk-cloudfront/types.rb', line 6612

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

#nameString

Name for public key information summary.

Returns:

  • (String)


6612
6613
6614
6615
6616
6617
6618
6619
# File 'lib/aws-sdk-cloudfront/types.rb', line 6612

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