class Aws::EC2InstanceConnect::Types::SendSSHPublicKeyRequest

@note When making an API call, you may pass SendSSHPublicKeyRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      instance_os_user: "InstanceOSUser", # required
      ssh_public_key: "SSHPublicKey", # required
      availability_zone: "AvailabilityZone", # required
    }

@!attribute [rw] instance_id

The ID of the EC2 instance.
@return [String]

@!attribute [rw] instance_os_user

The OS user on the EC2 instance for whom the key can be used to
authenticate.
@return [String]

@!attribute [rw] ssh_public_key

The public key material. To use the public key, you must have the
matching private key.
@return [String]

@!attribute [rw] availability_zone

The Availability Zone in which the EC2 instance was launched.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ec2-instance-connect-2018-04-02/SendSSHPublicKeyRequest AWS API Documentation

Constants

SENSITIVE