Class: Aws::DatabaseMigrationService::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

A list of tags for the resource.

Returns:



6599
6600
6601
6602
6603
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6599

class ListTagsForResourceResponse < Struct.new(
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end