Class: Aws::States::Types::DescribeMapRunInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeMapRunInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) that identifies a Map Run.
Instance Attribute Details
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) that identifies a Map Run.
895 896 897 898 899 |
# File 'lib/aws-sdk-states/types.rb', line 895 class DescribeMapRunInput < Struct.new( :map_run_arn) SENSITIVE = [] include Aws::Structure end |