Class: Aws::CloudFront::Types::GetPublicKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetPublicKeyRequest
- 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
-
#id ⇒ String
Request the ID for the public key.
Instance Attribute Details
#id ⇒ String
Request the ID for the public key.
4759 4760 4761 4762 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4759 class GetPublicKeyRequest < Struct.new( :id) include Aws::Structure end |