Class: Aws::Types::DryRunConfigOutput
- Inherits:
-
Object
- Object
- Aws::Types::DryRunConfigOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run_id ⇒ ::String
Returns the value of attribute dry_run_id.
-
#last_dry_run_execution_status ⇒ ::String
Returns the value of attribute last_dry_run_execution_status.
Instance Attribute Details
#dry_run_id ⇒ ::String
Returns the value of attribute dry_run_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def dry_run_id @dry_run_id end |
#last_dry_run_execution_status ⇒ ::String
Returns the value of attribute last_dry_run_execution_status.
306 307 308 |
# File 'sig/types.rbs', line 306 def last_dry_run_execution_status @last_dry_run_execution_status end |