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_type ⇒ Types::ActivityType

The ActivityType type structure representing the activity type.

Returns:

#creation_date ⇒ Time

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

Returns:

#deprecation_date ⇒ Time

If DEPRECATED, the date and time DeprecateActivityType was called.

Returns:

#description ⇒ String

The description of the activity type provided in RegisterActivityType.

Returns:

#status ⇒ String

The current status of the activity type.

Possible values:

  • REGISTERED
  • DEPRECATED

Returns:

  • (String) —

    The current status of the activity type.