Struct rusoto_codedeploy::RegisterOnPremisesInstanceInput [] [src]

pub struct RegisterOnPremisesInstanceInput {
    pub iam_session_arn: Option<String>,
    pub iam_user_arn: Option<String>,
    pub instance_name: String,
}

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]

[src]

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

impl Debug for RegisterOnPremisesInstanceInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for RegisterOnPremisesInstanceInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more