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

Class: Aws::OpsWorks::Types::ListTagsResult

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

Overview

Contains the response to a ListTags request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object\'s NextToken parameter to get the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.

Returns:

  • (String)

    If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object\'s NextToken parameter to get the next set of results.

#tagsHash<String,String>

A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.

Returns:

  • (Hash<String,String>)

    A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.