Class: Aws::States::Types::PublishStateMachineVersionOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::PublishStateMachineVersionOutput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date the version was created.
 - 
  
    
      #state_machine_version_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) (ARN) that identifies the state machine version.
 
Instance Attribute Details
#creation_date ⇒ Time
The date the version was created.
      3220 3221 3222 3223 3224 3225  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 3220 class PublishStateMachineVersionOutput < Struct.new( :creation_date, :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#state_machine_version_arn ⇒ String
The Amazon Resource Name (ARN) (ARN) that identifies the state machine version.
      3220 3221 3222 3223 3224 3225  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 3220 class PublishStateMachineVersionOutput < Struct.new( :creation_date, :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end  |