Class: Aws::ApiGatewayV2::Types::UpdateApiMappingResponse

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_idString

The identifier.

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
5926
5927
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5920

class UpdateApiMappingResponse < Struct.new(
  :api_id,
  :api_mapping_id,
  :api_mapping_key,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#api_mapping_idString

The identifier.

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
5926
5927
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5920

class UpdateApiMappingResponse < Struct.new(
  :api_id,
  :api_mapping_id,
  :api_mapping_key,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#api_mapping_keyString

After evaluating a selection expression, the result is compared against one or more selection keys to find a matching key. See Selection Expressions for a list of expressions and each expression's associated selection key type.

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
5926
5927
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5920

class UpdateApiMappingResponse < Struct.new(
  :api_id,
  :api_mapping_id,
  :api_mapping_key,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#stageString

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

Returns:

  • (String)


5920
5921
5922
5923
5924
5925
5926
5927
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5920

class UpdateApiMappingResponse < Struct.new(
  :api_id,
  :api_mapping_id,
  :api_mapping_key,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end