Class: Aws::Types::UpdateDomainConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_configuration_arn ⇒ ::String
Returns the value of attribute domain_configuration_arn.
-
#domain_configuration_name ⇒ ::String
Returns the value of attribute domain_configuration_name.
Instance Attribute Details
#domain_configuration_arn ⇒ ::String
Returns the value of attribute domain_configuration_arn.
5153 5154 5155 |
# File 'sig/types.rbs', line 5153 def domain_configuration_arn @domain_configuration_arn end |
#domain_configuration_name ⇒ ::String
Returns the value of attribute domain_configuration_name.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def domain_configuration_name @domain_configuration_name end |