Class: Aws::Types::CreateDomainNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainNameRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def domain_name @domain_name end |
#domain_name_configurations ⇒ ::Array[Types::DomainNameConfiguration]
Returns the value of attribute domain_name_configurations.
295 296 297 |
# File 'sig/types.rbs', line 295 def domain_name_configurations @domain_name_configurations end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
Returns the value of attribute mutual_tls_authentication.
296 297 298 |
# File 'sig/types.rbs', line 296 def mutual_tls_authentication @mutual_tls_authentication end |
#routing_mode ⇒ "API_MAPPING_ONLY", ...
Returns the value of attribute routing_mode.
297 298 299 |
# File 'sig/types.rbs', line 297 def routing_mode @routing_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
298 299 300 |
# File 'sig/types.rbs', line 298 def @tags end |