Class: Aws::OSIS::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the pipeline to retrieve tags for.

Returns:

  • (String)


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

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