Struct aws_sdk_codedeploy::input::RegisterOnPremisesInstanceInput [−][src]
#[non_exhaustive]pub struct RegisterOnPremisesInstanceInput {
pub instance_name: Option<String>,
pub iam_session_arn: Option<String>,
pub iam_user_arn: Option<String>,
}Expand description
Represents the input of the register on-premises instance operation.
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.instance_name: Option<String>The name of the on-premises instance to register.
iam_session_arn: Option<String>The ARN of the IAM session to associate with the on-premises instance.
iam_user_arn: Option<String>The ARN of the IAM user to associate with the on-premises instance.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RegisterOnPremisesInstance, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RegisterOnPremisesInstance, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RegisterOnPremisesInstance>
Creates a new builder-style object to manufacture RegisterOnPremisesInstanceInput
The name of the on-premises instance to register.
The ARN of the IAM session to associate with the on-premises instance.
The ARN of the IAM user to associate with the on-premises instance.
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 RegisterOnPremisesInstanceInput
impl Sync for RegisterOnPremisesInstanceInput
impl Unpin for RegisterOnPremisesInstanceInput
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