CreateActivityOutput
public struct CreateActivityOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that identifies the created activity.
Declaration
Swift
public let activityArn: String
-
The date the activity is created.
Declaration
Swift
public let creationDate: TimeStamp
-
Undocumented
Declaration
Swift
public init(activityArn: String, creationDate: TimeStamp)