Class: Aws::SWF::Types::UndeprecateDomainInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SWF::Types::UndeprecateDomainInput
 
 
- Defined in:
 - gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the domain of the deprecated workflow type.
 
Instance Attribute Details
#name ⇒ String
The name of the domain of the deprecated workflow type.
      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  |