Class: Aws::Budgets::Types::ListTagsForResourceRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The unique identifier for the resource.

Returns:

  • (String)


1506
1507
1508
1509
1510
# File 'lib/aws-sdk-budgets/types.rb', line 1506

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