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
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the public key you are getting.

Returns:

  • (String)


7029
7030
7031
7032
7033
# File 'lib/aws-sdk-cloudfront/types.rb', line 7029

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