Class: Aws::Types::UpdateDomainNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_configurations ⇒ ::Array[Types::DomainNameConfiguration]
Returns the value of attribute domain_name_configurations.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
Returns the value of attribute mutual_tls_authentication.
-
#routing_mode ⇒ "API_MAPPING_ONLY", ...
Returns the value of attribute routing_mode.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def domain_name @domain_name end |
#domain_name_configurations ⇒ ::Array[Types::DomainNameConfiguration]
Returns the value of attribute domain_name_configurations.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def domain_name_configurations @domain_name_configurations end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
Returns the value of attribute mutual_tls_authentication.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def mutual_tls_authentication @mutual_tls_authentication end |
#routing_mode ⇒ "API_MAPPING_ONLY", ...
Returns the value of attribute routing_mode.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def routing_mode @routing_mode end |