Class: Aws::SsmSap::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#tags ⇒ Hash<String,String>
1078 1079 1080 1081 1082 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1078 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |