Class: Aws::Transfer::Types::DeleteSshPublicKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteSshPublicKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_id ⇒ String
A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.
-
#ssh_public_key_id ⇒ String
A unique identifier used to reference your user’s specific SSH key.
-
#user_name ⇒ String
A unique string that identifies a user whose public key is being deleted.
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a file transfer protocol-enabled server instance that has the user assigned to it.
1488 1489 1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-transfer/types.rb', line 1488 class DeleteSshPublicKeyRequest < Struct.new( :server_id, :ssh_public_key_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#ssh_public_key_id ⇒ String
A unique identifier used to reference your user’s specific SSH key.
1488 1489 1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-transfer/types.rb', line 1488 class DeleteSshPublicKeyRequest < Struct.new( :server_id, :ssh_public_key_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
A unique string that identifies a user whose public key is being deleted.
1488 1489 1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-transfer/types.rb', line 1488 class DeleteSshPublicKeyRequest < Struct.new( :server_id, :ssh_public_key_id, :user_name) SENSITIVE = [] include Aws::Structure end |