[][src]Trait rusoto_ec2_instance_connect::Ec2InstanceConnect

pub trait Ec2InstanceConnect {
    fn send_ssh_public_key(
        &self,
        input: SendSSHPublicKeyRequest
    ) -> RusotoFuture<SendSSHPublicKeyResponse, SendSSHPublicKeyError>; }

Trait representing the capabilities of the EC2 Instance Connect API. EC2 Instance Connect clients implement this trait.

Required methods

fn send_ssh_public_key(
    &self,
    input: SendSSHPublicKeyRequest
) -> RusotoFuture<SendSSHPublicKeyResponse, SendSSHPublicKeyError>

Pushes an SSH public key to a particular OS user on a given EC2 instance for 60 seconds.

Loading content...

Implementors

impl Ec2InstanceConnect for Ec2InstanceConnectClient[src]

fn send_ssh_public_key(
    &self,
    input: SendSSHPublicKeyRequest
) -> RusotoFuture<SendSSHPublicKeyResponse, SendSSHPublicKeyError>
[src]

Pushes an SSH public key to a particular OS user on a given EC2 instance for 60 seconds.

Loading content...