You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SWF::Types::ActivityType
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::ActivityType
- Defined in:
- (unknown)
Overview
Note:
When passing ActivityType as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "Name", # required
version: "Version", # required
}
Represents an activity type.
Returned by:
- Aws::SWF::Types::ActivityTask#activity_type
- Aws::SWF::Types::ActivityTaskScheduledEventAttributes#activity_type
- Aws::SWF::Types::ActivityTypeInfo#activity_type
- DeprecateActivityTypeInput#activity_type
- DescribeActivityTypeInput#activity_type
- ScheduleActivityTaskDecisionAttributes#activity_type
- ScheduleActivityTaskFailedEventAttributes#activity_type
- UndeprecateActivityTypeInput#activity_type
Instance Attribute Summary collapse
-
#name ⇒ String
The name of this activity.
-
#version ⇒ String
The version of this activity.
Instance Attribute Details
#name ⇒ String
The name of this activity.
#version ⇒ String
The version of this activity.