#[non_exhaustive]pub struct SetLocalConsolePasswordInput { /* private fields */ }
Expand description
SetLocalConsolePasswordInput
Implementations§
source§impl SetLocalConsolePasswordInput
impl SetLocalConsolePasswordInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetLocalConsolePassword, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetLocalConsolePassword, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetLocalConsolePassword
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetLocalConsolePasswordInput
.
source§impl SetLocalConsolePasswordInput
impl SetLocalConsolePasswordInput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn local_console_password(&self) -> Option<&str>
pub fn local_console_password(&self) -> Option<&str>
The password you want to set for your VM local console.
Trait Implementations§
source§impl Clone for SetLocalConsolePasswordInput
impl Clone for SetLocalConsolePasswordInput
source§fn clone(&self) -> SetLocalConsolePasswordInput
fn clone(&self) -> SetLocalConsolePasswordInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SetLocalConsolePasswordInput
impl Debug for SetLocalConsolePasswordInput
source§impl PartialEq<SetLocalConsolePasswordInput> for SetLocalConsolePasswordInput
impl PartialEq<SetLocalConsolePasswordInput> for SetLocalConsolePasswordInput
source§fn eq(&self, other: &SetLocalConsolePasswordInput) -> bool
fn eq(&self, other: &SetLocalConsolePasswordInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.