StateMachineListItem
public struct StateMachineListItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date the state machine is created.
Declaration
Swift
public let creationDate: TimeStamp -
The name of the state machine. 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 -
The Amazon Resource Name (ARN) that identifies the state machine.
Declaration
Swift
public let stateMachineArn: String -
Undocumented
Declaration
Swift
public let type: StateMachineType -
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp, name: String, stateMachineArn: String, type: StateMachineType)
View on GitHub
StateMachineListItem Structure Reference