Class: Aws::SavingsPlans::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Information about the tags.

Returns:

  • (Hash<String,String>)


399
400
401
402
403
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 399

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