#[non_exhaustive]pub struct RegisterOnPremisesInstanceInput { /* private fields */ }Expand description
Represents the input of the register on-premises instance operation.
Implementations§
source§impl RegisterOnPremisesInstanceInput
impl RegisterOnPremisesInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RegisterOnPremisesInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RegisterOnPremisesInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RegisterOnPremisesInstance>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegisterOnPremisesInstanceInput.
source§impl RegisterOnPremisesInstanceInput
impl RegisterOnPremisesInstanceInput
sourcepub fn instance_name(&self) -> Option<&str>
pub fn instance_name(&self) -> Option<&str>
The name of the on-premises instance to register.
sourcepub fn iam_session_arn(&self) -> Option<&str>
pub fn iam_session_arn(&self) -> Option<&str>
The ARN of the IAM session to associate with the on-premises instance.
sourcepub fn iam_user_arn(&self) -> Option<&str>
pub fn iam_user_arn(&self) -> Option<&str>
The ARN of the IAM user to associate with the on-premises instance.
Trait Implementations§
source§impl Clone for RegisterOnPremisesInstanceInput
impl Clone for RegisterOnPremisesInstanceInput
source§fn clone(&self) -> RegisterOnPremisesInstanceInput
fn clone(&self) -> RegisterOnPremisesInstanceInput
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 PartialEq<RegisterOnPremisesInstanceInput> for RegisterOnPremisesInstanceInput
impl PartialEq<RegisterOnPremisesInstanceInput> for RegisterOnPremisesInstanceInput
source§fn eq(&self, other: &RegisterOnPremisesInstanceInput) -> bool
fn eq(&self, other: &RegisterOnPremisesInstanceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.