AWS SDK for .NET Documentation
RevokeSnapshotAccessRequest Class
AmazonAmazon.Redshift.ModelRevokeSnapshotAccessRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the RevokeSnapshotAccess operation. Removes the ability of the specified AWS customer account to restore the specified snapshot. If the account is currently restoring the snapshot, the restore will run to completion.

For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Management Guide.

Declaration Syntax
C#
public class RevokeSnapshotAccessRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RevokeSnapshotAccessRequest()()()()
Initializes a new instance of the RevokeSnapshotAccessRequest class

AccountWithRestoreAccess
Gets and sets the property AccountWithRestoreAccess.

The identifier of the AWS customer account that can no longer restore the specified snapshot.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
SnapshotClusterIdentifier
Gets and sets the property SnapshotClusterIdentifier.

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.


SnapshotIdentifier
Gets and sets the property SnapshotIdentifier.

The identifier of the snapshot that the account can no longer access.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAccountWithRestoreAccess(String) Obsolete.
Sets the AccountWithRestoreAccess property

WithSnapshotClusterIdentifier(String) Obsolete.
Sets the SnapshotClusterIdentifier property

WithSnapshotIdentifier(String) Obsolete.
Sets the SnapshotIdentifier property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 RevokeSnapshotAccessRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)