CreateProgressUpdateStreamRequest
public struct CreateProgressUpdateStreamRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
Declaration
Swift
public let dryRun: Bool?
-
The name of the ProgressUpdateStream. Do not store personal data in this field.
Declaration
Swift
public let progressUpdateStreamName: String
-
Undocumented
Declaration
Swift
public init(dryRun: Bool? = nil, progressUpdateStreamName: String)
-
Declaration
Swift
public func validate(name: String) throws