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.
8000 8001 8002 8003 8004 |
# File 'lib/aws-sdk-neptune/types.rb', line 8000 class TagListMessage < Struct.new( :tag_list) SENSITIVE = [] include Aws::Structure end |