Class: Aws::States::Types::DeleteStateMachineVersionInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::DeleteStateMachineVersionInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #state_machine_version_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the state machine version to delete.
 
Instance Attribute Details
#state_machine_version_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine version to delete.
      610 611 612 613 614  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 610 class DeleteStateMachineVersionInput < Struct.new( :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end  |