Class: Aws::SSM::Types::ListTagsForResourceResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

A list of tags.

Returns:



8748
8749
8750
8751
# File 'lib/aws-sdk-ssm/types.rb', line 8748

class ListTagsForResourceResult < Struct.new(
  :tag_list)
  include Aws::Structure
end