Class: Aws::Types::DescribeDryRunProgressResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDryRunProgressResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run_config ⇒ Types::DomainStatus
Returns the value of attribute dry_run_config.
-
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
Returns the value of attribute dry_run_progress_status.
-
#dry_run_results ⇒ Types::DryRunResults
Returns the value of attribute dry_run_results.
Instance Attribute Details
#dry_run_config ⇒ Types::DomainStatus
Returns the value of attribute dry_run_config.
845 846 847 |
# File 'sig/types.rbs', line 845 def dry_run_config @dry_run_config end |
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
Returns the value of attribute dry_run_progress_status.
844 845 846 |
# File 'sig/types.rbs', line 844 def dry_run_progress_status @dry_run_progress_status end |
#dry_run_results ⇒ Types::DryRunResults
Returns the value of attribute dry_run_results.
846 847 848 |
# File 'sig/types.rbs', line 846 def dry_run_results @dry_run_results end |