Class: Aws::RoboMaker::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The list of all tags added to the specified resource.

Returns:

  • (Hash<String,String>)


3678
3679
3680
3681
3682
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3678

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