Class: Aws::SWF::Types::DeprecateActivityTypeInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activity_typeTypes::ActivityType

The activity type to deprecate.

Returns:



1804
1805
1806
1807
1808
1809
# File 'lib/aws-sdk-swf/types.rb', line 1804

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

#domainString

The name of the domain in which the activity type is registered.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
# File 'lib/aws-sdk-swf/types.rb', line 1804

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