Class: Aws::ApiGatewayV2::Types::ImportApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ImportApiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#basepath ⇒ String
6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6213 class ImportApiRequest < Struct.new( :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#body ⇒ String
6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6213 class ImportApiRequest < Struct.new( :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#fail_on_warnings ⇒ Boolean
6213 6214 6215 6216 6217 6218 6219 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6213 class ImportApiRequest < Struct.new( :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |