Class: Aws::SWF::Types::ActivityTypeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::ActivityTypeInfo
- 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
-
#activity_type ⇒ Types::ActivityType
The ActivityType type structure representing the activity type.
-
#creation_date ⇒ Time
The date and time this activity type was created through RegisterActivityType.
-
#deprecation_date ⇒ Time
If DEPRECATED, the date and time DeprecateActivityType was called.
-
#description ⇒ String
The description of the activity type provided in RegisterActivityType.
-
#status ⇒ String
The current status of the activity type.
Instance Attribute Details
#activity_type ⇒ Types::ActivityType
The ActivityType type structure representing the activity type.
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_date ⇒ Time
The date and time this activity type was created through RegisterActivityType.
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_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 |
#description ⇒ String
The description of the activity type provided in RegisterActivityType.
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 |
#status ⇒ String
The current status of the activity type.
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 |