ActivityListItem
public struct ActivityListItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that identifies the activity.
Declaration
Swift
public let activityArn: String
-
The date the activity is created.
Declaration
Swift
public let creationDate: TimeStamp
-
The name of the activity. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters “ # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(activityArn: String, creationDate: TimeStamp, name: String)