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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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)


4217
4218
4219
4220
4221
4222
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4217

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>)


4217
4218
4219
4220
4221
4222
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4217

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