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)


1616
1617
1618
1619
1620
# File 'lib/aws-sdk-budgets/types.rb', line 1616

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