Method: Aws::SWF::Types::ActivityTypeInfo#deprecation_date
- Defined in:
- lib/aws-sdk-swf/types.rb
#deprecation_date ⇒ Time
If DEPRECATED, the date and time DeprecateActivityType was called.
489 490 491 492 493 494 495 496 497 |
# File 'lib/aws-sdk-swf/types.rb', line 489 class ActivityTypeInfo < Struct.new( :activity_type, :status, :description, :creation_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |