Class: Aws::AIOps::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with the resource you specified.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with the resource you specified.
463 464 465 466 467 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 463 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |