Amazon.RDS.AmazonRDSClient.DescribeDBClusterSnapshotAttributes C# (CSharp) Method

DescribeDBClusterSnapshotAttributes() public method

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

When sharing snapshots with other AWS accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster 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 cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.

/// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. ///
public DescribeDBClusterSnapshotAttributes ( DescribeDBClusterSnapshotAttributesRequest request ) : DescribeDBClusterSnapshotAttributesResponse
request Amazon.RDS.Model.DescribeDBClusterSnapshotAttributesRequest Container for the necessary parameters to execute the DescribeDBClusterSnapshotAttributes service method.
return Amazon.RDS.Model.DescribeDBClusterSnapshotAttributesResponse
        public DescribeDBClusterSnapshotAttributesResponse DescribeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest request)
        {
            var marshaller = new DescribeDBClusterSnapshotAttributesRequestMarshaller();
            var unmarshaller = DescribeDBClusterSnapshotAttributesResponseUnmarshaller.Instance;

            return Invoke<DescribeDBClusterSnapshotAttributesRequest,DescribeDBClusterSnapshotAttributesResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient