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)


6781
6782
6783
6784
6785
6786
6787
6788
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781

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)


6781
6782
6783
6784
6785
6786
6787
6788
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781

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)


6781
6782
6783
6784
6785
6786
6787
6788
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781

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

#idString

ID for public key information summary.

Returns:

  • (String)


6781
6782
6783
6784
6785
6786
6787
6788
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781

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

#nameString

Name for public key information summary.

Returns:

  • (String)


6781
6782
6783
6784
6785
6786
6787
6788
# File 'lib/aws-sdk-cloudfront/types.rb', line 6781

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