amazonka-inspector-1.3.5: 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.ListTagsForResource

Contents

Description

Lists all tags associated with a resource.

See: AWS API Reference for ListTagsForResource.

Synopsis

Creating a Request

listTagsForResource :: ListTagsForResource Source

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

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

Request Lenses

ltfrResourceARN :: Lens' ListTagsForResource (Maybe Text) Source

The ARN specifying the resource whose tags you want to list.

Destructuring the Response

listTagsForResourceResponse Source

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

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

Response Lenses

ltfrrsTagList :: Lens' ListTagsForResourceResponse [Tag] Source

A collection of key and value pairs.