Class: Aws::States::Types::CreateStateMachineAliasOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::CreateStateMachineAliasOutput
 
 
- 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 state machine alias was created.
 - 
  
    
      #state_machine_alias_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) that identifies the created state machine alias.
 
Instance Attribute Details
#creation_date ⇒ Time
The date the state machine alias was created.
      417 418 419 420 421 422  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 417 class CreateStateMachineAliasOutput < Struct.new( :state_machine_alias_arn, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#state_machine_alias_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the created state machine alias.
      417 418 419 420 421 422  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 417 class CreateStateMachineAliasOutput < Struct.new( :state_machine_alias_arn, :creation_date) SENSITIVE = [] include Aws::Structure end  |