You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::AuthorizeSnapshotAccessMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AuthorizeSnapshotAccessMessage 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 authorized to restore the specified snapshot.

To share a snapshot with AWS support, specify amazon-redshift-support.

Returns:

  • (String)

    The identifier of the AWS customer account authorized to 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 the account is authorized to restore.

Returns:

  • (String)

    The identifier of the snapshot the account is authorized to restore.