Class: Aws::CostExplorer::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see [ResourceTag].

[1]: docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ResourceTag.html

Returns:

  • (String)


5025
5026
5027
5028
5029
# File 'lib/aws-sdk-costexplorer/types.rb', line 5025

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