#[non_exhaustive]pub struct TestHypervisorConfigurationInput {
pub gateway_arn: Option<String>,
pub host: Option<String>,
pub username: Option<String>,
pub password: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.gateway_arn: Option<String>The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
host: Option<String>The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
username: Option<String>The username for the hypervisor.
password: Option<String>The password for the hypervisor.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestHypervisorConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestHypervisorConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<TestHypervisorConfiguration>
Creates a new builder-style object to manufacture TestHypervisorConfigurationInput
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for TestHypervisorConfigurationInput
impl Sync for TestHypervisorConfigurationInput
impl Unpin for TestHypervisorConfigurationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more