Class: Aws::SWF::Types::DeleteActivityTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DeleteActivityTypeInput
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activity_type ⇒ Types::ActivityType
The activity type to delete.
-
#domain ⇒ String
The name of the domain in which the activity type is registered.
Instance Attribute Details
#activity_type ⇒ Types::ActivityType
The activity type to delete.
1804 1805 1806 1807 1808 1809 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1804 class DeleteActivityTypeInput < Struct.new( :domain, :activity_type) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The name of the domain in which the activity type is registered.
1804 1805 1806 1807 1808 1809 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1804 class DeleteActivityTypeInput < Struct.new( :domain, :activity_type) SENSITIVE = [] include Aws::Structure end |