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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/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)


4550
4551
4552
4553
4554
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4550

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