Class: Aws::PI::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::UntagResourceRequest
- 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
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
-
#tag_keys ⇒ Array<String>
The metadata assigned to an Amazon RDS Performance Insights 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).
1849 1850 1851 1852 1853 1854 1855 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1849 class UntagResourceRequest < Struct.new( :service_type, :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#service_type ⇒ String
List the tags for the Amazon Web Services service for which
Performance Insights returns metrics. Valid value is RDS
.
1849 1850 1851 1852 1853 1854 1855 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1849 class UntagResourceRequest < Struct.new( :service_type, :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
1849 1850 1851 1852 1853 1854 1855 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1849 class UntagResourceRequest < Struct.new( :service_type, :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |