Class: Aws::Budgets::Types::UntagResourceRequest

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)


1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-budgets/types.rb', line 1835

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

#resource_tag_keysArray<String>

The key that’s associated with the tag.

Returns:

  • (Array<String>)


1835
1836
1837
1838
1839
1840
# File 'lib/aws-sdk-budgets/types.rb', line 1835

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