paws.management (version 0.1.0)

opsworks_list_tags: Returns a list of tags that are applied to the specified stack or layer

Description

Returns a list of tags that are applied to the specified stack or layer.

Usage

opsworks_list_tags(ResourceArn, MaxResults, NextToken)

Arguments

ResourceArn

[required] The stack or layer's Amazon Resource Number (ARN).

MaxResults

Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.

NextToken

Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.

Request syntax

svc$list_tags(
  ResourceArn = "string",
  MaxResults = 123,
  NextToken = "string"
)