Struct rusoto_codedeploy::InstanceInfo [] [src]

pub struct InstanceInfo {
    pub deregister_time: Option<Timestamp>,
    pub iam_session_arn: Option<IamSessionArn>,
    pub iam_user_arn: Option<IamUserArn>,
    pub instance_arn: Option<InstanceArn>,
    pub instance_name: Option<InstanceName>,
    pub register_time: Option<Timestamp>,
    pub tags: Option<TagList>,
}

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]

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

impl Debug for InstanceInfo
[src]

Formats the value using the given formatter.

impl Clone for InstanceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more