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
4563 4564 4565 4566 4567 4568 4569 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4563 class ImportApiRequest < Struct.new( :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#body ⇒ String
4563 4564 4565 4566 4567 4568 4569 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4563 class ImportApiRequest < Struct.new( :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#fail_on_warnings ⇒ Boolean
4563 4564 4565 4566 4567 4568 4569 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4563 class ImportApiRequest < Struct.new( :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |