ActivityType
public struct ActivityType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of this activity. The combination of activity type name and version must be unique within a domain.
Declaration
Swift
public let name: String
-
The version of this activity. The combination of activity type name and version must be unique with in a domain.
Declaration
Swift
public let version: String
-
Undocumented
Declaration
Swift
public init(name: String, version: String)
-
Declaration
Swift
public func validate(name: String) throws