Class: Aws::ApiGatewayV2::Types::ImportApiInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ImportApiInput
- 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
-
#body ⇒ String
The OpenAPI definition.
Instance Attribute Details
#body ⇒ String
The OpenAPI definition. Supported only for HTTP APIs.
4548 4549 4550 4551 4552 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4548 class ImportApiInput < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |