Struct rusoto_lightsail::Operation [] [src]

pub struct Operation {
    pub created_at: Option<f64>,
    pub error_code: Option<String>,
    pub error_details: Option<String>,
    pub id: Option<String>,
    pub is_terminal: Option<bool>,
    pub location: Option<ResourceLocation>,
    pub operation_details: Option<String>,
    pub operation_type: Option<String>,
    pub resource_name: Option<String>,
    pub resource_type: Option<String>,
    pub status: Option<String>,
    pub status_changed_at: Option<f64>,
}

Describes the API operation.

Fields

The timestamp when the operation was initialized (e.g., 1479816991.349).

The error code.

The error details.

The ID of the operation.

A Boolean value indicating whether the operation is terminal.

The region and Availability Zone.

Details about the operation (e.g., Debian-1GB-Ohio-1).

The type of operation.

The resource name.

The resource type.

The status of the operation.

The timestamp when the status was changed (e.g., 1479816991.349).

Trait Implementations

impl Default for Operation
[src]

[src]

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

impl Debug for Operation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Operation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Operation

impl Sync for Operation