Class: Aws::PI::Types::UntagResourceRequest

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)


1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-pi/types.rb', line 1795

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

#service_typeString

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

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-pi/types.rb', line 1795

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

#tag_keysArray<String>

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

Returns:

  • (Array<String>)


1795
1796
1797
1798
1799
1800
1801
# File 'lib/aws-sdk-pi/types.rb', line 1795

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