Class: Aws::ApplicationInsights::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.

Returns:

  • (String)


1792
1793
1794
1795
1796
1797
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1792

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

#tagsArray<Types::Tag>

A list of tags that to add to the application. A tag consists of a required tag key (‘Key`) and an associated tag value (`Value`). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

Returns:



1792
1793
1794
1795
1796
1797
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1792

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