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.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSSHPublicKey.html
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.
12315 12316 12317 12318 12319 |
# File 'lib/aws-sdk-iam/types.rb', line 12315 class UploadSSHPublicKeyResponse < Struct.new( :ssh_public_key) SENSITIVE = [] include Aws::Structure end |