Class: Aws::SWF::Types::UndeprecateDomainInput

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

#nameString

The name of the domain of the deprecated workflow type.

Returns:

  • (String)


5608
5609
5610
5611
5612
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5608

class UndeprecateDomainInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end