UndeprecateActivityTypeInput
public struct UndeprecateActivityTypeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The activity type to undeprecate.
Declaration
Swift
public let activityType: ActivityType
-
The name of the domain of the deprecated activity type.
Declaration
Swift
public let domain: String
-
Undocumented
Declaration
Swift
public init(activityType: ActivityType, domain: String)
-
Declaration
Swift
public func validate(name: String) throws