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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-swf/types.rb

Overview

Detailed information about an activity type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activity_typeTypes::ActivityType

The ActivityType type structure representing the activity type.

Returns:



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

#creation_dateTime

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

Returns:

  • (Time)


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

#deprecation_dateTime

If DEPRECATED, the date and time DeprecateActivityType was called.

Returns:

  • (Time)


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

#descriptionString

The description of the activity type provided in RegisterActivityType.

Returns:

  • (String)


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

#statusString

The current status of the activity type.

Returns:

  • (String)


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