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.
Constant Summary collapse
- SENSITIVE =
[]
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.
11450 11451 11452 11453 11454 |
# File 'lib/aws-sdk-iam/types.rb', line 11450 class UploadSSHPublicKeyResponse < Struct.new( :ssh_public_key) SENSITIVE = [] include Aws::Structure end |