Class: Aws::CodeStarNotifications::Types::TagResourceResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The list of tags associated with the resource.

Returns:

  • (Hash<String,String>)


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