Class: Aws::NetworkManager::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_list ⇒ Array<Types::Tag>
The list of tags.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
The list of tags.
4232 4233 4234 4235 4236 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4232 class ListTagsForResourceResponse < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |