Class: Aws::Connect::Types::AgentStatusReference
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AgentStatusReference
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the agent’s status.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the agent’s status.
 - 
  
    
      #status_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the agent status.
 - 
  
    
      #status_start_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start timestamp of the agent’s status.
 
Instance Attribute Details
#status_arn ⇒ String
The Amazon Resource Name (ARN) of the agent’s status.
      377 378 379 380 381 382 383  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 377 class AgentStatusReference < Struct.new( :status_start_timestamp, :status_arn, :status_name) SENSITIVE = [] include Aws::Structure end  | 
  
#status_name ⇒ String
The name of the agent status.
      377 378 379 380 381 382 383  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 377 class AgentStatusReference < Struct.new( :status_start_timestamp, :status_arn, :status_name) SENSITIVE = [] include Aws::Structure end  | 
  
#status_start_timestamp ⇒ Time
The start timestamp of the agent’s status.
      377 378 379 380 381 382 383  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 377 class AgentStatusReference < Struct.new( :status_start_timestamp, :status_arn, :status_name) SENSITIVE = [] include Aws::Structure end  |