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

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

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

Returns:

  • (String)


1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-pi/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 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1402

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