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

Class: Aws::StorageGateway::Types::ListTagsForResourceOutput

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

Overview

ListTagsForResourceOutput

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

An opaque string that indicates the position at which to stop returning the list of tags.

Returns:

  • (String)

    An opaque string that indicates the position at which to stop returning the list of tags.

#resource_arnString

The Amazon Resource Name (ARN) of the resource for which you want to list tags.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource for which you want to list tags.

#tagsArray<Types::Tag>

An array that contains the tags for the specified resource.

Returns:

  • (Array<Types::Tag>)

    An array that contains the tags for the specified resource.