Class: Aws::OSIS::Types::TagResourceRequest

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 tag.

Returns:

  • (String)


725
726
727
728
729
730
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 725

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

#tagsArray<Types::Tag>

The list of key-value tags to add to the pipeline.

Returns:



725
726
727
728
729
730
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 725

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