Class: Aws::Pipes::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the pipe for which you want to view tags.

Returns:

  • (String)


1289
1290
1291
1292
1293
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1289

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