Class: Aws::AppMesh::Types::TagResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/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 add tags to.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4180

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

#tagsArray<Types::TagRef>

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Returns:



4180
4181
4182
4183
4184
4185
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4180

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