Class: Aws::ManagedBlockchain::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags assigned to the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags assigned to the resource.
1272 1273 1274 1275 1276 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1272 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |