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)


5649
5650
5651
5652
5653
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5649

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