Class: Aws::ECS::Types::ListTagsForResourceResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



3649
3650
3651
3652
# File 'lib/aws-sdk-ecs/types.rb', line 3649

class ListTagsForResourceResponse < Struct.new(
  :tags)
  include Aws::Structure
end