DeprecateActivityTypeInput
public struct DeprecateActivityTypeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The activity type to deprecate.
Declaration
Swift
public let activityType: ActivityType
-
The name of the domain in which the activity type is registered.
Declaration
Swift
public let domain: String
-
Undocumented
Declaration
Swift
public init(activityType: ActivityType, domain: String)
-
Declaration
Swift
public func validate(name: String) throws