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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pi/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).

Returns:

  • (String)


1738
1739
1740
1741
1742
1743
1744
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1738

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)


1738
1739
1740
1741
1742
1743
1744
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1738

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:



1738
1739
1740
1741
1742
1743
1744
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1738

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