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

Class: Aws::CodeDeploy::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: "Arn", # required
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier returned from the previous ListTagsForResource call. It can be used to return the next set of applications in the list.

Returns:

  • (String)

    An identifier returned from the previous ListTagsForResource call.

#resource_arnString

The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the resource that is identified by the ResourceArn.

Returns:

  • (String)

    The ARN of a CodeDeploy resource.