Class: Aws::PI::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon RDS Performance Insights resource that the tags are added to.
-
#service_type ⇒ String
The Amazon Web Services service for which Performance Insights returns metrics.
-
#tags ⇒ Array<Types::Tag>
The metadata assigned to an Amazon RDS resource consisting of a key-value pair.
Instance Attribute Details
#resource_arn ⇒ String
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).
1814 1815 1816 1817 1818 1819 1820 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1814 class TagResourceRequest < Struct.new( :service_type, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#service_type ⇒ String
The Amazon Web Services service for which Performance Insights
returns metrics. Valid value is RDS
.
1814 1815 1816 1817 1818 1819 1820 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1814 class TagResourceRequest < Struct.new( :service_type, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The metadata assigned to an Amazon RDS resource consisting of a key-value pair.
1814 1815 1816 1817 1818 1819 1820 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1814 class TagResourceRequest < Struct.new( :service_type, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |