AgentListEntry
public struct AgentListEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the agent.
Declaration
Swift
public let agentArn: String?
-
The name of the agent.
Declaration
Swift
public let name: String?
-
The status of the agent.
Declaration
Swift
public let status: AgentStatus?
-
Undocumented
Declaration
Swift
public init(agentArn: String? = nil, name: String? = nil, status: AgentStatus? = nil)