Class: Aws::CloudFront::Types::GetPublicKeyConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the public key whose configuration you are getting.

Returns:

  • (String)


5643
5644
5645
5646
5647
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5643

class GetPublicKeyConfigRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end