RevokeSnapshotAccessMessage
public struct RevokeSnapshotAccessMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the AWS customer account that can no longer restore the specified snapshot.
Declaration
Swift
public let accountWithRestoreAccess: String
-
The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Declaration
Swift
public let snapshotClusterIdentifier: String?
-
The identifier of the snapshot that the account can no longer access.
Declaration
Swift
public let snapshotIdentifier: String
-
Undocumented
Declaration
Swift
public init(accountWithRestoreAccess: String, snapshotClusterIdentifier: String? = nil, snapshotIdentifier: String)