Class: Aws::CodeStarNotifications::Types::ListTagsForResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::ListTagsForResourceResult
- Defined in:
- gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags associated with the notification rule.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags associated with the notification rule.
500 501 502 503 504 |
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 500 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |