Class: Aws::BCMDashboards::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_tags ⇒ Array<Types::ResourceTag>
The list of tags associated with the specified dashboard resource.
Instance Attribute Details
#resource_tags ⇒ Array<Types::ResourceTag>
The list of tags associated with the specified dashboard resource.
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 |