GetIntentRequest
public struct GetIntentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the intent. The name is case sensitive.
Declaration
Swift
public let name: String
-
The version of the intent.
Declaration
Swift
public let version: String
-
Undocumented
Declaration
Swift
public init(name: String, version: String)
-
Declaration
Swift
public func validate(name: String) throws