Class: Aws::Budgets::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The unique identifier for the resource.
-
#resource_tag_keys ⇒ Array<String>
The key that's associated with the tag.
Instance Attribute Details
#resource_arn ⇒ String
The unique identifier for the resource.
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_keys ⇒ Array<String>
The key that's associated with the tag.
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 |