Class: Aws::States::Types::DescribeMapRunInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeMapRunInput
- Defined in:
- gems/aws-sdk-states/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.
896 897 898 899 900 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 896 class DescribeMapRunInput < Struct.new( :map_run_arn) SENSITIVE = [] include Aws::Structure end |