Class: Aws::Types::UpdateElasticsearchDomainConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateElasticsearchDomainConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_config ⇒ Types::ElasticsearchDomainConfig
Returns the value of attribute domain_config.
-
#dry_run_results ⇒ Types::DryRunResults
Returns the value of attribute dry_run_results.
Instance Attribute Details
#domain_config ⇒ Types::ElasticsearchDomainConfig
Returns the value of attribute domain_config.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def domain_config @domain_config end |
#dry_run_results ⇒ Types::DryRunResults
Returns the value of attribute dry_run_results.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def dry_run_results @dry_run_results end |