Class: Aws::Pipes::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The list of key-value pairs to associate with the pipe.

Returns:

  • (Hash<String,String>)


1301
1302
1303
1304
1305
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1301

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