Class: Aws::Connect::Types::AgentStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AgentStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about an agent status.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_status_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the agent status.
 - 
  
    
      #agent_status_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the agent status.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the agent status.
 - 
  
    
      #display_order  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display order of the agent status.
 - 
  
    
      #last_modified_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region where this resource was last modified.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp when this resource was last modified.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the agent status.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the agent status.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of agent status.
 
Instance Attribute Details
#agent_status_arn ⇒ String
The Amazon Resource Name (ARN) of the agent status.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#agent_status_id ⇒ String
The identifier of the agent status.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the agent status.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#display_order ⇒ Integer
The display order of the agent status.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the agent status.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the agent status.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of agent status.
      346 347 348 349 350 351 352 353 354 355 356 357 358 359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 346 class AgentStatus < Struct.new( :agent_status_arn, :agent_status_id, :name, :description, :type, :display_order, :state, :tags, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end  |