You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::UpdateDomainNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateDomainNameResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#api_mapping_selection_expression ⇒ String
An expression used to extract information at runtime.
-
#domain_name ⇒ String
A string with a length between [1-512].
.
-
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthentication
If specified, API Gateway performs two-way authentication between the client and the server.
-
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
.
Instance Attribute Details
#api_mapping_selection_expression ⇒ String
An expression used to extract information at runtime. See Selection Expressions for more information.
#domain_name ⇒ String
A string with a length between [1-512].
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
#mutual_tls_authentication ⇒ Types::MutualTlsAuthentication
If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.