Class: Aws::CodeStarconnections::Types::TagResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to which you want to add or update tags.

Returns:

  • (String)


543
544
545
546
547
548
# File 'lib/aws-sdk-codestarconnections/types.rb', line 543

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

#tagsArray<Types::Tag>

The tags you want to modify or add to the resource.

Returns:



543
544
545
546
547
548
# File 'lib/aws-sdk-codestarconnections/types.rb', line 543

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