Class: Aws::States::Types::UntagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::UntagResourceInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the Step Functions state machine or activity.
-
#tag_keys ⇒ Array<String>
The list of tags to remove from the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the Step Functions state machine or activity.
3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-states/types.rb', line 3143 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 resource.
3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-states/types.rb', line 3143 class UntagResourceInput < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |