Class: Aws::States::Types::ListTagsForResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ListTagsForResourceInput
- 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.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the Step Functions state machine or activity.
1931 1932 1933 1934 1935 |
# File 'lib/aws-sdk-states/types.rb', line 1931 class ListTagsForResourceInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |