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.
Constant Summary collapse
- SENSITIVE =
[]
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.
4082 4083 4084 4085 4086 |
# File 'lib/aws-sdk-iam/types.rb', line 4082 class GetSSHPublicKeyResponse < Struct.new( :ssh_public_key) SENSITIVE = [] include Aws::Structure end |