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

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

Overview

Note:

When making an API call, you may pass GetPublicKeyRequest data as a hash:

{
  id: "string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Request the ID for the public key.

Returns:

  • (String)


4478
4479
4480
4481
# File 'lib/aws-sdk-cloudfront/types.rb', line 4478

class GetPublicKeyRequest < Struct.new(
  :id)
  include Aws::Structure
end