Class: Aws::IAM::Types::GetSSHPublicKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetSSHPublicKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetSSHPublicKey request.
Instance Attribute Summary collapse
-
#ssh_public_key ⇒ Types::SSHPublicKey
A structure containing details about the SSH public key.
Instance Attribute Details
#ssh_public_key ⇒ Types::SSHPublicKey
A structure containing details about the SSH public key.
3458 3459 3460 3461 |
# File 'lib/aws-sdk-iam/types.rb', line 3458 class GetSSHPublicKeyResponse < Struct.new( :ssh_public_key) include Aws::Structure end |