Amazon.Shield.AmazonShieldClient.DescribeSubscription C# (CSharp) 메소드

DescribeSubscription() 공개 메소드

Provides details about the AWS Shield Advanced subscription for an account.
/// 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 DescribeSubscription ( DescribeSubscriptionRequest request ) : DescribeSubscriptionResponse
request DescribeSubscriptionRequest Container for the necessary parameters to execute the DescribeSubscription service method.
리턴 Amazon.Shield.Model.DescribeSubscriptionResponse
        public DescribeSubscriptionResponse DescribeSubscription(DescribeSubscriptionRequest request)
        {
            var marshaller = new DescribeSubscriptionRequestMarshaller();
            var unmarshaller = DescribeSubscriptionResponseUnmarshaller.Instance;

            return Invoke<DescribeSubscriptionRequest,DescribeSubscriptionResponse>(request, marshaller, unmarshaller);
        }