Struct rusoto_swf::ActivityTypeDetail [] [src]

pub struct ActivityTypeDetail {
    pub configuration: ActivityTypeConfiguration,
    pub type_info: ActivityTypeInfo,
}

Detailed information about an activity type.

Fields

The configuration settings registered with the activity type.

General information about the activity type.

The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.

  • REGISTERED: The type is registered and available. Workers supporting this type should be running.
  • DEPRECATED: The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.

Trait Implementations

impl Default for ActivityTypeDetail
[src]

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

impl Debug for ActivityTypeDetail
[src]

Formats the value using the given formatter.

impl Clone for ActivityTypeDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more