Class: Aws::Types::UpdateDomainConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_configTypes::DomainConfig

Returns the value of attribute domain_config.

Returns:



2416
2417
2418
# File 'sig/types.rbs', line 2416

def domain_config
  @domain_config
end

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