Class: Aws::IAM::Types::UploadSSHPublicKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UploadSSHPublicKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful UploadSSHPublicKey request.
Instance Attribute Summary collapse
-
#ssh_public_key ⇒ Types::SSHPublicKey
Contains information about the SSH public key.
Instance Attribute Details
#ssh_public_key ⇒ Types::SSHPublicKey
Contains information about the SSH public key.
10140 10141 10142 10143 |
# File 'lib/aws-sdk-iam/types.rb', line 10140 class UploadSSHPublicKeyResponse < Struct.new( :ssh_public_key) include Aws::Structure end |