Class: Aws::Connect::Types::StateTransition
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::StateTransition
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the state transition of a supervisor.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the transition. 
- 
  
    
      #state_end_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when the state ended in UTC time. 
- 
  
    
      #state_start_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when the state started in UTC time. 
Instance Attribute Details
#state ⇒ String
The state of the transition.
| 24784 24785 24786 24787 24788 24789 24790 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24784 class StateTransition < Struct.new( :state, :state_start_timestamp, :state_end_timestamp) SENSITIVE = [] include Aws::Structure end | 
#state_end_timestamp ⇒ Time
The date and time when the state ended in UTC time.
| 24784 24785 24786 24787 24788 24789 24790 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24784 class StateTransition < Struct.new( :state, :state_start_timestamp, :state_end_timestamp) SENSITIVE = [] include Aws::Structure end | 
#state_start_timestamp ⇒ Time
The date and time when the state started in UTC time.
| 24784 24785 24786 24787 24788 24789 24790 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24784 class StateTransition < Struct.new( :state, :state_start_timestamp, :state_end_timestamp) SENSITIVE = [] include Aws::Structure end |