Class: Aws::Budgets::Types::TagResourceRequest

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)


1769
1770
1771
1772
1773
1774
# File 'lib/aws-sdk-budgets/types.rb', line 1769

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

#resource_tagsArray<Types::ResourceTag>

The tags associated with the resource.

Returns:



1769
1770
1771
1772
1773
1774
# File 'lib/aws-sdk-budgets/types.rb', line 1769

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