Class: Aws::ApiGatewayV2::Types::ImportApiInput

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

Overview

Represents the input to ImportAPI. 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)


6198
6199
6200
6201
6202
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6198

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