Struct aws_sdk_swf::model::ActivityType
source · [−]Expand description
Represents an activity type.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of this activity.
The combination of activity type name and version must be unique within a domain.
version: Option<String>
The version of this activity.
The combination of activity type name and version must be unique with in a domain.
Implementations
The name of this activity.
The combination of activity type name and version must be unique within a domain.
Creates a new builder-style object to manufacture ActivityType
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ActivityType
impl Send for ActivityType
impl Sync for ActivityType
impl Unpin for ActivityType
impl UnwindSafe for ActivityType
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more