Amazon.RDS.AmazonRDSClient.DescribeDBSnapshotAttributes C# (CSharp) Метод

DescribeDBSnapshotAttributes() публичный Метод

Returns a list of DB snapshot attribute names and values for a manual DB snapshot.

When sharing snapshots with other AWS accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB snapshot. If all is included in the list of values for the restore attribute, then the manual DB snapshot is public and can be copied or restored by all AWS accounts.

To add or remove access for an AWS account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.

/// DBSnapshotIdentifier does not refer to an existing DB snapshot. ///
public DescribeDBSnapshotAttributes ( DescribeDBSnapshotAttributesRequest request ) : DescribeDBSnapshotAttributesResponse
request Amazon.RDS.Model.DescribeDBSnapshotAttributesRequest Container for the necessary parameters to execute the DescribeDBSnapshotAttributes service method.
Результат Amazon.RDS.Model.DescribeDBSnapshotAttributesResponse
        public DescribeDBSnapshotAttributesResponse DescribeDBSnapshotAttributes(DescribeDBSnapshotAttributesRequest request)
        {
            var marshaller = new DescribeDBSnapshotAttributesRequestMarshaller();
            var unmarshaller = DescribeDBSnapshotAttributesResponseUnmarshaller.Instance;

            return Invoke<DescribeDBSnapshotAttributesRequest,DescribeDBSnapshotAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient