Amazon.Shield.AmazonShieldClient.DescribeProtection C# (CSharp) Method

DescribeProtection() public method

Lists the details of a Protection object.
/// Exception that indicates that a problem occurred with the service infrastructure. /// You can retry the request. /// /// Exception indicating the specified resource does not exist. ///
public DescribeProtection ( DescribeProtectionRequest request ) : DescribeProtectionResponse
request Amazon.Shield.Model.DescribeProtectionRequest Container for the necessary parameters to execute the DescribeProtection service method.
return Amazon.Shield.Model.DescribeProtectionResponse
        public DescribeProtectionResponse DescribeProtection(DescribeProtectionRequest request)
        {
            var marshaller = new DescribeProtectionRequestMarshaller();
            var unmarshaller = DescribeProtectionResponseUnmarshaller.Instance;

            return Invoke<DescribeProtectionRequest,DescribeProtectionResponse>(request, marshaller, unmarshaller);
        }