Class: Aws::ControlTower::Types::ListTagsForResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A list of tags, as key:value strings.

Returns:

  • (Hash<String,String>)


1228
1229
1230
1231
1232
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1228

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