CreateAgentResponse

public struct CreateAgentResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the agent. Use the ListAgents operation to return a list of agents for your account and AWS Region.

    Declaration

    Swift

    public let agentArn: String?
  • Undocumented

    Declaration

    Swift

    public init(agentArn: String? = nil)