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
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the public key you are getting.
Instance Attribute Details
#id ⇒ String
The identifier of the public key you are getting.
7029 7030 7031 7032 7033 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7029 class GetPublicKeyRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |