Class: Aws::ApiGatewayV2::Types::UpdateDomainNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateDomainNameResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
6512 6513 6514 6515 6516 6517 6518 6519 6520 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6512 class UpdateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
A string with a length between [1-512].
6512 6513 6514 6515 6516 6517 6518 6519 6520 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6512 class UpdateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name_configurations ⇒ Array<Types::DomainNameConfiguration>
The domain name configurations.
6512 6513 6514 6515 6516 6517 6518 6519 6520 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6512 class UpdateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#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.
6512 6513 6514 6515 6516 6517 6518 6519 6520 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6512 class UpdateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
6512 6513 6514 6515 6516 6517 6518 6519 6520 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6512 class UpdateDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |