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)


6012
6013
6014
6015
6016
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6012

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