Class: Aws::Neptune::Types::TagListMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::TagListMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_list ⇒ Array<Types::Tag>
List of tags returned by the ListTagsForResource operation.
Instance Attribute Details
#tag_list ⇒ Array<Types::Tag>
List of tags returned by the ListTagsForResource operation.
8207 8208 8209 8210 8211 |
# File 'lib/aws-sdk-neptune/types.rb', line 8207 class TagListMessage < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |