Class: Aws::Types::DescribeDryRunProgressResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_run_configTypes::DomainStatus

Returns the value of attribute dry_run_config.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def dry_run_config
  @dry_run_config
end

#dry_run_progress_statusTypes::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_resultsTypes::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