Class: Aws::Types::UpdateDomainConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_config ⇒ Types::DomainConfig
Returns the value of attribute domain_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
#domain_config ⇒ Types::DomainConfig
Returns the value of attribute domain_config.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def domain_config @domain_config end |
#dry_run_progress_status ⇒ Types::DryRunProgressStatus
Returns the value of attribute dry_run_progress_status.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def dry_run_progress_status @dry_run_progress_status end |
#dry_run_results ⇒ Types::DryRunResults
Returns the value of attribute dry_run_results.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def dry_run_results @dry_run_results end |