Class: Aws::CodeStarNotifications::Types::TagResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::TagResourceResult
- 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 list of tags associated with the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The list of tags associated with the resource.
693 694 695 696 697 |
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 693 class TagResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |