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.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetSSHPublicKey.html
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.
4877 4878 4879 4880 4881 |
# File 'lib/aws-sdk-iam/types.rb', line 4877 class GetSSHPublicKeyResponse < Struct.new( :ssh_public_key) SENSITIVE = [] include Aws::Structure end |