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)


6006
6007
6008
6009
6010
6011
6012
6013
# File 'lib/aws-sdk-cloudfront/types.rb', line 6006

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)


6006
6007
6008
6009
6010
6011
6012
6013
# File 'lib/aws-sdk-cloudfront/types.rb', line 6006

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)


6006
6007
6008
6009
6010
6011
6012
6013
# File 'lib/aws-sdk-cloudfront/types.rb', line 6006

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

#idString

ID for public key information summary.

Returns:

  • (String)


6006
6007
6008
6009
6010
6011
6012
6013
# File 'lib/aws-sdk-cloudfront/types.rb', line 6006

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

#nameString

Name for public key information summary.

Returns:

  • (String)


6006
6007
6008
6009
6010
6011
6012
6013
# File 'lib/aws-sdk-cloudfront/types.rb', line 6006

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