Class: Aws::SWF::Types::DeprecateActivityTypeInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SWF::Types::DeprecateActivityTypeInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-swf/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #activity_type  ⇒ Types::ActivityType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The activity type to deprecate.
 - 
  
    
      #domain  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the domain in which the activity type is registered.
 
Instance Attribute Details
#activity_type ⇒ Types::ActivityType
The activity type to deprecate.
      1834 1835 1836 1837 1838 1839  | 
    
      # File 'lib/aws-sdk-swf/types.rb', line 1834 class DeprecateActivityTypeInput < Struct.new( :domain, :activity_type) SENSITIVE = [] include Aws::Structure end  | 
  
#domain ⇒ String
The name of the domain in which the activity type is registered.
      1834 1835 1836 1837 1838 1839  | 
    
      # File 'lib/aws-sdk-swf/types.rb', line 1834 class DeprecateActivityTypeInput < Struct.new( :domain, :activity_type) SENSITIVE = [] include Aws::Structure end  |