Class: Aws::SWF::Types::UndeprecateActivityTypeInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activity_typeTypes::ActivityType

The activity type to undeprecate.

Returns:



5597
5598
5599
5600
5601
5602
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5597

class UndeprecateActivityTypeInput < Struct.new(
  :domain,
  :activity_type)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The name of the domain of the deprecated activity type.

Returns:

  • (String)


5597
5598
5599
5600
5601
5602
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5597

class UndeprecateActivityTypeInput < Struct.new(
  :domain,
  :activity_type)
  SENSITIVE = []
  include Aws::Structure
end