Class: Aws::PI::Types::ListTagsForResourceRequest

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

Lists all the tags for the Amazon RDS Performance Insights resource. 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)


1402
1403
1404
1405
1406
1407
# File 'lib/aws-sdk-pi/types.rb', line 1402

class ListTagsForResourceRequest < Struct.new(
  :service_type,
  :resource_arn)
  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)


1402
1403
1404
1405
1406
1407
# File 'lib/aws-sdk-pi/types.rb', line 1402

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