Struct rusoto_codedeploy::InstanceInfo [] [src]

pub struct InstanceInfo {
    pub deregister_time: Option<f64>,
    pub iam_session_arn: Option<String>,
    pub iam_user_arn: Option<String>,
    pub instance_arn: Option<String>,
    pub instance_name: Option<String>,
    pub register_time: Option<f64>,
    pub tags: Option<Vec<Tag>>,
}

Information about an on-premises instance.

Fields

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

The ARN of the IAM session associated with the on-premises instance.

The IAM user ARN associated with the on-premises instance.

The ARN of the on-premises instance.

The name of the on-premises instance.

The time at which the on-premises instance was registered.

The tags currently associated with the on-premises instance.

Trait Implementations

impl Default for InstanceInfo
[src]

[src]

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

impl Debug for InstanceInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more