Class: Aws::WorkSpaces::Types::DescribeTagsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

The tags.

Returns:



585
586
587
588
# File 'lib/aws-sdk-workspaces/types.rb', line 585

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