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

Class: Aws::DocDB::Types::ListTagsForResourceMessage

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

Overview

Note:

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

{
  resource_name: "String", # required
  filters: [
    {
      name: "String", # required
      values: ["String"], # required
    },
  ],
}

Represents the input to ListTagsForResource.

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

This parameter is not currently supported.

Returns:

  • (Array<Types::Filter>)

    This parameter is not currently supported.

#resource_nameString

The Amazon DocumentDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Returns:

  • (String)

    The Amazon DocumentDB resource with tags to be listed.