Class: Aws::Types::MapRunRedrivenEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::MapRunRedrivenEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
-
#redrive_count ⇒ ::Integer
Returns the value of attribute redrive_count.
Instance Attribute Details
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
770 771 772 |
# File 'sig/types.rbs', line 770 def map_run_arn @map_run_arn end |
#redrive_count ⇒ ::Integer
Returns the value of attribute redrive_count.
771 772 773 |
# File 'sig/types.rbs', line 771 def redrive_count @redrive_count end |