Class: Aws::ApiGatewayV2::Types::GetDomainNameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetDomainNameResponse
- 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.
3620 3621 3622 3623 3624 3625 3626 3627 3628 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3620 class GetDomainNameResponse < 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].
3620 3621 3622 3623 3624 3625 3626 3627 3628 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3620 class GetDomainNameResponse < 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.
3620 3621 3622 3623 3624 3625 3626 3627 3628 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3620 class GetDomainNameResponse < 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.
3620 3621 3622 3623 3624 3625 3626 3627 3628 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3620 class GetDomainNameResponse < 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.
3620 3621 3622 3623 3624 3625 3626 3627 3628 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3620 class GetDomainNameResponse < Struct.new( :api_mapping_selection_expression, :domain_name, :domain_name_configurations, :mutual_tls_authentication, :tags) SENSITIVE = [] include Aws::Structure end |