Class: Aws::States::Types::UntagResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) for the Step Functions state machine or activity.

Returns:

  • (String)


4816
4817
4818
4819
4820
4821
# File 'lib/aws-sdk-states/types.rb', line 4816

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

#tag_keysArray<String>

The list of tags to remove from the resource.

Returns:

  • (Array<String>)


4816
4817
4818
4819
4820
4821
# File 'lib/aws-sdk-states/types.rb', line 4816

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