Class: Aws::Route53RecoveryReadiness::Types::ListTagsForResourcesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A collection of tags associated with a resource.

Returns:

  • (Hash<String,String>)


969
970
971
972
973
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 969

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