Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.DescribeDocumentPermission C# (CSharp) Метод

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

Describes the permissions for an SSM document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user’s AWS account ID) or publicly (All).
/// An error occurred on the server side. /// /// The specified document does not exist. /// /// The permission type is not supported. Share is the only supported permission /// type. ///
public DescribeDocumentPermission ( DescribeDocumentPermissionRequest request ) : DescribeDocumentPermissionResponse
request Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionRequest Container for the necessary parameters to execute the DescribeDocumentPermission service method.
Результат Amazon.SimpleSystemsManagement.Model.DescribeDocumentPermissionResponse
        public DescribeDocumentPermissionResponse DescribeDocumentPermission(DescribeDocumentPermissionRequest request)
        {
            var marshaller = new DescribeDocumentPermissionRequestMarshaller();
            var unmarshaller = DescribeDocumentPermissionResponseUnmarshaller.Instance;

            return Invoke<DescribeDocumentPermissionRequest,DescribeDocumentPermissionResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient