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

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)


1773
1774
1775
1776
1777
1778
1779
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1773

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)


1773
1774
1775
1776
1777
1778
1779
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1773

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>)


1773
1774
1775
1776
1777
1778
1779
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1773

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