Class: Aws::Types::UpdateDomainNameInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name_configurations::Array[Types::DomainNameConfiguration]

Returns the value of attribute domain_name_configurations.

Returns:



2331
2332
2333
# File 'sig/types.rbs', line 2331

def domain_name_configurations
  @domain_name_configurations
end

#mutual_tls_authenticationTypes::MutualTlsAuthenticationInput

Returns the value of attribute mutual_tls_authentication.



2332
2333
2334
# File 'sig/types.rbs', line 2332

def mutual_tls_authentication
  @mutual_tls_authentication
end

#routing_mode"API_MAPPING_ONLY", ...

Returns the value of attribute routing_mode.

Returns:

  • ("API_MAPPING_ONLY", "ROUTING_RULE_ONLY", "ROUTING_RULE_THEN_API_MAPPING")


2333
2334
2335
# File 'sig/types.rbs', line 2333

def routing_mode
  @routing_mode
end