Class: Aws::IAM::Types::GetSSHPublicKeyResponse

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

Overview

Contains the response to a successful GetSSHPublicKey request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ssh_public_keyTypes::SSHPublicKey

A structure containing details about the SSH public key.

Returns:



3941
3942
3943
3944
3945
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3941

class GetSSHPublicKeyResponse < Struct.new(
  :ssh_public_key)
  SENSITIVE = []
  include Aws::Structure
end