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

Class: Aws::CodePipeline::Types::ListTagsForResourceOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent API call to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.

Returns:

  • (String)

    If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent API call to return the next page of the list.

#tagsArray<Types::Tag>

The tags for the resource.

Returns:

  • (Array<Types::Tag>)

    The tags for the resource.