You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::ActivityTypeInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Detailed information about an activity type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#activity_typeTypes::ActivityType

The ActivityType type structure representing the activity type.

Returns:

#creation_dateTime

The date and time this activity type was created through RegisterActivityType.

Returns:

#deprecation_dateTime

If DEPRECATED, the date and time DeprecateActivityType was called.

Returns:

#descriptionString

The description of the activity type provided in RegisterActivityType.

Returns:

#statusString

The current status of the activity type.

Possible values:

  • REGISTERED
  • DEPRECATED

Returns:

  • (String)

    The current status of the activity type.