Class: Aws::Neptune::Types::TagListMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

List of tags returned by the ListTagsForResource operation.

Returns:



8000
8001
8002
8003
8004
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8000

class TagListMessage < Struct.new(
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end