Class: Aws::IAM::Types::UploadSSHPublicKeyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful UploadSSHPublicKey request.

Instance Attribute Summary collapse

Instance Attribute Details

#ssh_public_keyTypes::SSHPublicKey

Contains information about the SSH public key.

Returns:



11022
11023
11024
11025
# File 'lib/aws-sdk-iam/types.rb', line 11022

class UploadSSHPublicKeyResponse < Struct.new(
  :ssh_public_key)
  include Aws::Structure
end