Class: Aws::ApiGatewayV2::Types::UpdateDomainNameResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_mapping_selection_expressionString

An expression used to extract information at runtime. See Selection Expressions for more information.

Returns:

  • (String)


6512
6513
6514
6515
6516
6517
6518
6519
6520
# File 'gems/aws-sdk-apigatewayv2/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_nameString

A string with a length between [1-512].

Returns:

  • (String)


6512
6513
6514
6515
6516
6517
6518
6519
6520
# File 'gems/aws-sdk-apigatewayv2/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_configurationsArray<Types::DomainNameConfiguration>

The domain name configurations.

Returns:



6512
6513
6514
6515
6516
6517
6518
6519
6520
# File 'gems/aws-sdk-apigatewayv2/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_authenticationTypes::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 'gems/aws-sdk-apigatewayv2/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

#tagsHash<String,String>

Represents a collection of tags associated with the resource.

Returns:

  • (Hash<String,String>)


6512
6513
6514
6515
6516
6517
6518
6519
6520
# File 'gems/aws-sdk-apigatewayv2/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