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

Class: Aws::StorageGateway::Types::ListTagsForResourceInput

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

Overview

Note:

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

{
  resource_arn: "ResourceARN", # required
  marker: "Marker",
  limit: 1,
}

ListTagsForResourceInput

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Specifies that the list of tags returned be limited to the specified number of items.

Returns:

  • (Integer)

    Specifies that the list of tags returned be limited to the specified number of items.

#markerString

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

Returns:

  • (String)

    An opaque string that indicates the position at which to begin 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.