Class: Aws::AIOps::Types::ListTagsForResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The list of tag keys and values associated with the resource you specified.

Returns:

  • (Hash<String,String>)


463
464
465
466
467
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 463

class ListTagsForResourceOutput < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end