UpdateAgentRequest
public struct UpdateAgentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the agent to update.
Declaration
Swift
public let agentArn: String
-
The name that you want to use to configure the agent.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(agentArn: String, name: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws