Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.ListTagsForResource C# (CSharp) Method

ListTagsForResource() public method

Returns a list of the tags assigned to the specified resource.
/// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. /// /// The resource type is not valid. If you are attempting to tag an instance, the instance /// must be a registered, managed instance. ///
public ListTagsForResource ( ListTagsForResourceRequest request ) : ListTagsForResourceResponse
request Amazon.SimpleSystemsManagement.Model.ListTagsForResourceRequest Container for the necessary parameters to execute the ListTagsForResource service method.
return Amazon.SimpleSystemsManagement.Model.ListTagsForResourceResponse
        public ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request)
        {
            var marshaller = new ListTagsForResourceRequestMarshaller();
            var unmarshaller = ListTagsForResourceResponseUnmarshaller.Instance;

            return Invoke<ListTagsForResourceRequest,ListTagsForResourceResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient