Class: Aws::GroundStation::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Tags assigned to a resource.

Returns:

  • (Hash<String,String>)


2217
2218
2219
2220
2221
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2217

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