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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/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)


2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 2052

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>)


2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 2052

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