Class: Aws::ApiGatewayV2::Types::ReimportApiInput

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

Overview

Overwrites the configuration of an existing API using the provided definition. Supported only for HTTP APIs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The OpenAPI definition. Supported only for HTTP APIs.

Returns:

  • (String)


5226
5227
5228
5229
5230
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5226

class ReimportApiInput < Struct.new(
  :body)
  SENSITIVE = []
  include Aws::Structure
end