DeleteAgentRequest

public struct DeleteAgentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the agent to delete. 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)
  • Declaration

    Swift

    public func validate(name: String) throws