ActivityTypeInfo
public struct ActivityTypeInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ActivityType type structure representing the activity type.
Declaration
Swift
public let activityType: ActivityType -
The date and time this activity type was created through RegisterActivityType.
Declaration
Swift
public let creationDate: TimeStamp -
If DEPRECATED, the date and time DeprecateActivityType was called.
Declaration
Swift
public let deprecationDate: TimeStamp? -
The description of the activity type provided in RegisterActivityType.
Declaration
Swift
public let description: String? -
The current status of the activity type.
Declaration
Swift
public let status: RegistrationStatus -
Undocumented
Declaration
Swift
public init(activityType: ActivityType, creationDate: TimeStamp, deprecationDate: TimeStamp? = nil, description: String? = nil, status: RegistrationStatus)
View on GitHub
ActivityTypeInfo Structure Reference