amazonka-inspector-1.3.6: Amazon Inspector SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Inspector.DescribeRun

Contents

Description

Describes the assessment run specified by the run ARN.

See: AWS API Reference for DescribeRun.

Synopsis

Creating a Request

describeRun :: DescribeRun Source

Creates a value of DescribeRun with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

drRunARN :: Lens' DescribeRun (Maybe Text) Source

The ARN specifying the assessment run that you want to describe.

Destructuring the Response

describeRunResponse Source

Creates a value of DescribeRunResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

drrsRun :: Lens' DescribeRunResponse (Maybe Run) Source

Information about the assessment run.