Class: Aws::FMS::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_listArray<Types::Tag>

The tags associated with the resource.

Returns:



2289
2290
2291
2292
2293
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2289

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