Class: Aws::SSMIncidents::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of tags for the response plan or incident.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tags for the response plan or incident.
1613 1614 1615 1616 1617 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1613 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |