AgentListEntry class
Represents a single entry in a list of agents. AgentListEntry
returns an array that contains a list of agents when the ListAgents
operation is called.
Constructors
- AgentListEntry({String? agentArn, String? name, AgentStatus? status})
- 
          AgentListEntry.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- agentArn → String?
- 
  The Amazon Resource Name (ARN) of the agent.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String?
- 
  The name of the agent.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- status → AgentStatus?
- 
  The status of the agent.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited