Class: Aws::ECS::Types::ManagedAgent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::ManagedAgent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
Details about the managed agent status for the container.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_started_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Unix timestamp for the time when the managed agent was last started.
 - 
  
    
      #last_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last known status of the managed agent.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the managed agent.
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason for why the managed agent is in the state it is in.
 
Instance Attribute Details
#last_started_at ⇒ Time
The Unix timestamp for the time when the managed agent was last started.
      6581 6582 6583 6584 6585 6586 6587 6588  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 6581 class ManagedAgent < Struct.new( :last_started_at, :name, :reason, :last_status) SENSITIVE = [] include Aws::Structure end  | 
  
#last_status ⇒ String
The last known status of the managed agent.
      6581 6582 6583 6584 6585 6586 6587 6588  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 6581 class ManagedAgent < Struct.new( :last_started_at, :name, :reason, :last_status) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the managed agent. When the execute command feature is turned on, the managed agent name is ‘ExecuteCommandAgent`.
      6581 6582 6583 6584 6585 6586 6587 6588  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 6581 class ManagedAgent < Struct.new( :last_started_at, :name, :reason, :last_status) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason for why the managed agent is in the state it is in.
      6581 6582 6583 6584 6585 6586 6587 6588  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 6581 class ManagedAgent < Struct.new( :last_started_at, :name, :reason, :last_status) SENSITIVE = [] include Aws::Structure end  |