Struct rusoto_swf::ActivityType [] [src]

pub struct ActivityType {
    pub name: String,
    pub version: String,
}

Represents an activity type.

Fields

The name of this activity.

The combination of activity type name and version must be unique within a domain.

The version of this activity.

The combination of activity type name and version must be unique with in a domain.

Trait Implementations

impl Default for ActivityType
[src]

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

impl Debug for ActivityType
[src]

Formats the value using the given formatter.

impl Clone for ActivityType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more