Class: Aws::States::Types::ListTagsForResourceInput

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)


2324
2325
2326
2327
2328
# File 'lib/aws-sdk-states/types.rb', line 2324

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