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

Class: Aws::SSM::Types::ListTagsForResourceRequest

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

Overview

Note:

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

{
  resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem
  resource_id: "ResourceId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The resource ID for which you want to see a list of tags.

Returns:

  • (String)

    The resource ID for which you want to see a list of tags.

#resource_typeString

Returns a list of tags for a specific resource type.

Possible values:

  • Document
  • ManagedInstance
  • MaintenanceWindow
  • Parameter
  • PatchBaseline
  • OpsItem

Returns:

  • (String)

    Returns a list of tags for a specific resource type.