Class: Aws::Shield::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A list of tag key and value pairs associated with the specified resource.

Returns:



1539
1540
1541
1542
1543
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1539

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