Class: Aws::CloudFront::Types::GetPublicKeyRequest

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 you are getting.

Returns:

  • (String)


7865
7866
7867
7868
7869
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7865

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