Class: Aws::SWF::Types::UntagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::UntagResourceInput
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the Amazon SWF domain.
-
#tag_keys ⇒ Array<String>
The list of tags to remove from the Amazon SWF domain.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the Amazon SWF domain.
5693 5694 5695 5696 5697 5698 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5693 class UntagResourceInput < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The list of tags to remove from the Amazon SWF domain.
5693 5694 5695 5696 5697 5698 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5693 class UntagResourceInput < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |