Class: Aws::SWF::Types::UndeprecateActivityTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::UndeprecateActivityTypeInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activity_type ⇒ Types::ActivityType
The activity type to undeprecate.
-
#domain ⇒ String
The name of the domain of the deprecated activity type.
Instance Attribute Details
#activity_type ⇒ Types::ActivityType
The activity type to undeprecate.
5638 5639 5640 5641 5642 5643 |
# File 'lib/aws-sdk-swf/types.rb', line 5638 class UndeprecateActivityTypeInput < Struct.new( :domain, :activity_type) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the domain of the deprecated activity type.
5638 5639 5640 5641 5642 5643 |
# File 'lib/aws-sdk-swf/types.rb', line 5638 class UndeprecateActivityTypeInput < Struct.new( :domain, :activity_type) SENSITIVE = [] include Aws::Structure end |