Class: Aws::Connect::Types::AgentStatusReference
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::AgentStatusReference
 
- Defined in:
- gems/aws-sdk-connect/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.
| 452 453 454 455 456 457 458 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 452 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.
| 452 453 454 455 456 457 458 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 452 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.
| 452 453 454 455 456 457 458 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 452 class AgentStatusReference < Struct.new( :status_start_timestamp, :status_arn, :status_name) SENSITIVE = [] include Aws::Structure end |