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)


7355
7356
7357
7358
7359
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7355

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