Class: Aws::ECS::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Note:

When making an API call, you may pass ListTagsForResourceRequest data as a hash:

{
  resource_arn: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are Amazon ECS tasks, services, task definitions, clusters, and container instances.

Returns:

  • (String)


3638
3639
3640
3641
# File 'lib/aws-sdk-ecs/types.rb', line 3638

class ListTagsForResourceRequest < Struct.new(
  :resource_arn)
  include Aws::Structure
end