Class: Aws::Types::UpdateDomainNameResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainNameResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_mapping_selection_expression ⇒ ::String
Returns the value of attribute api_mapping_selection_expression.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_arn ⇒ ::String
Returns the value of attribute domain_name_arn.
-
#domain_name_configurations ⇒ ::Array[Types::DomainNameConfiguration]
Returns the value of attribute domain_name_configurations.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthentication
Returns the value of attribute mutual_tls_authentication.
-
#routing_mode ⇒ "API_MAPPING_ONLY", ...
Returns the value of attribute routing_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#api_mapping_selection_expression ⇒ ::String
Returns the value of attribute api_mapping_selection_expression.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def api_mapping_selection_expression @api_mapping_selection_expression end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def domain_name @domain_name end |
#domain_name_arn ⇒ ::String
Returns the value of attribute domain_name_arn.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def domain_name_arn @domain_name_arn end |
#domain_name_configurations ⇒ ::Array[Types::DomainNameConfiguration]
Returns the value of attribute domain_name_configurations.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def domain_name_configurations @domain_name_configurations end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthentication
Returns the value of attribute mutual_tls_authentication.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def mutual_tls_authentication @mutual_tls_authentication end |
#routing_mode ⇒ "API_MAPPING_ONLY", ...
Returns the value of attribute routing_mode.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def routing_mode @routing_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def @tags end |