Class: Aws::ApiGatewayV2::Types::ReimportApiInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ReimportApiInput
- Includes:
- Structure
- Defined in:
- 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
-
#body ⇒ String
The OpenAPI definition.
Instance Attribute Details
#body ⇒ String
The OpenAPI definition. Supported only for HTTP APIs.
5223 5224 5225 5226 5227 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5223 class ReimportApiInput < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |