RemoveLayerVersionPermissionRequest
public struct RemoveLayerVersionPermissionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name or Amazon Resource Name (ARN) of the layer.
Declaration
Swift
public let layerName: String
-
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.
Declaration
Swift
public let revisionId: String?
-
The identifier that was specified when the statement was added.
Declaration
Swift
public let statementId: String
-
The version number.
Declaration
Swift
public let versionNumber: Int64
-
Undocumented
Declaration
Swift
public init(layerName: String, revisionId: String? = nil, statementId: String, versionNumber: Int64)
-
Declaration
Swift
public func validate(name: String) throws