Struct rusoto_opsworks::RegisterInstanceRequest [] [src]

pub struct RegisterInstanceRequest {
    pub hostname: Option<String>,
    pub instance_identity: Option<InstanceIdentity>,
    pub private_ip: Option<String>,
    pub public_ip: Option<String>,
    pub rsa_public_key: Option<String>,
    pub rsa_public_key_fingerprint: Option<String>,
    pub stack_id: String,
}

Fields

The instance's hostname.

An InstanceIdentity object that contains the instance's identity.

The instance's private IP address.

The instance's public IP address.

The instances public RSA key. This key is used to encrypt communication between the instance and the service.

The instances public RSA key fingerprint.

The ID of the stack that the instance is to be registered with.

Trait Implementations

impl Default for RegisterInstanceRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for RegisterInstanceRequest
[src]

Formats the value using the given formatter.

impl Clone for RegisterInstanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more