Class: Aws::XRay::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UntagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
-
#tag_keys ⇒ Array<String>
Keys for one or more tags that you want to remove from an X-Ray group or sampling rule.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
3662 3663 3664 3665 3666 3667 |
# File 'lib/aws-sdk-xray/types.rb', line 3662 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
Keys for one or more tags that you want to remove from an X-Ray group or sampling rule.
3662 3663 3664 3665 3666 3667 |
# File 'lib/aws-sdk-xray/types.rb', line 3662 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |