You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Redshift::Types::RevokeSnapshotAccessMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RevokeSnapshotAccessMessage
- Defined in:
- (unknown)
Overview
When passing RevokeSnapshotAccessMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
snapshot_identifier: "String", # required
snapshot_cluster_identifier: "String",
account_with_restore_access: "String", # required
}
Instance Attribute Summary collapse
-
#account_with_restore_access ⇒ String
The identifier of the AWS customer account that can no longer restore the specified snapshot.
-
#snapshot_cluster_identifier ⇒ String
The identifier of the cluster the snapshot was created from.
-
#snapshot_identifier ⇒ String
The identifier of the snapshot that the account can no longer access.
Instance Attribute Details
#account_with_restore_access ⇒ String
The identifier of the AWS customer account that can no longer restore the specified snapshot.
#snapshot_cluster_identifier ⇒ 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.
#snapshot_identifier ⇒ String
The identifier of the snapshot that the account can no longer access.