Class: Aws::DatabaseMigrationService::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
7168 7169 7170 7171 7172 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7168 class ListTagsForResourceResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |