CreateRevisionRequest
public struct CreateRevisionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An optional comment about the revision.
Declaration
Swift
public let comment: String?
-
Undocumented
Declaration
Swift
public let dataSetId: String
-
A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(comment: String? = nil, dataSetId: String, tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws