Class: Aws::DatabaseMigrationService::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ListTagsForResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_list ⇒ Array<Types::Tag>
A list of tags for the resource.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
A list of tags for the resource.
7112 7113 7114 7115 7116 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7112 class ListTagsForResourceResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |