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

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

Overview

Note:

When making an API call, you may pass ListTagsForResourceInput data as a hash:

{
  resource_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


1322
1323
1324
1325
# File 'lib/aws-sdk-states/types.rb', line 1322

class ListTagsForResourceInput < Struct.new(
  :resource_arn)
  include Aws::Structure
end