Struct rusoto_codedeploy::RegisterOnPremisesInstanceInput [] [src]

pub struct RegisterOnPremisesInstanceInput {
    pub iam_session_arn: Option<IamSessionArn>,
    pub iam_user_arn: Option<IamUserArn>,
    pub instance_name: InstanceName,
}

Represents the input of the register on-premises instance operation.

Fields

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.

The name of the on-premises instance to register.

Trait Implementations

impl Default for RegisterOnPremisesInstanceInput
[src]

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

impl Debug for RegisterOnPremisesInstanceInput
[src]

Formats the value using the given formatter.

impl Clone for RegisterOnPremisesInstanceInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more