Class: Aws::BCMDashboards::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_tagsArray<Types::ResourceTag>

The list of tags associated with the specified dashboard resource.

Returns:



756
757
758
759
760
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 756

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