Class: Aws::ApiGatewayV2::Types::UpdateDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateDomainNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #domain_name ⇒ String
-
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
If specified, API Gateway performs two-way authentication between the client and the server.
Instance Attribute Details
#domain_name ⇒ String
6474 6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6474 class UpdateDomainNameRequest < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication) SENSITIVE = [] include Aws::Structure end |
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
6474 6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6474 class UpdateDomainNameRequest < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication) SENSITIVE = [] include Aws::Structure end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
6474 6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6474 class UpdateDomainNameRequest < Struct.new( :domain_name, :domain_name_configurations, :mutual_tls_authentication) SENSITIVE = [] include Aws::Structure end |