Class: Aws::SWF::Types::DeprecateDomainInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SWF::Types::DeprecateDomainInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-swf/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the domain to deprecate.
 
Instance Attribute Details
#name ⇒ String
The name of the domain to deprecate.
      1845 1846 1847 1848 1849  | 
    
      # File 'lib/aws-sdk-swf/types.rb', line 1845 class DeprecateDomainInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |