You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTagsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_arn: "ResourceArn", # required
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)

    Do not use.

#next_tokenString

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

Returns:

  • (String)

    Do not use.

#resource_arnString

The stack or layer\'s Amazon Resource Number (ARN).

Returns:

  • (String)

    The stack or layer\'s Amazon Resource Number (ARN).