Class: Aws::PI::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon RDS Performance Insights resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see [ Constructing an RDS Amazon Resource Name (ARN)].

[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing

Returns:

  • (String)


1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-pi/types.rb', line 1760

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

#service_typeString

The Amazon Web Services service for which Performance Insights returns metrics. Valid value is ‘RDS`.

Returns:

  • (String)


1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-pi/types.rb', line 1760

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

#tagsArray<Types::Tag>

The metadata assigned to an Amazon RDS resource consisting of a key-value pair.

Returns:



1760
1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-pi/types.rb', line 1760

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