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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#account_with_restore_accessString

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

Returns:

  • (String)

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

#snapshot_cluster_identifierString

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.

Returns:

  • (String)

    The identifier of the cluster the snapshot was created from.

#snapshot_identifierString

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

Returns:

  • (String)

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