Class: Aws::ApiGatewayV2::Types::ReimportApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ReimportApiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5274 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#basepath ⇒ String
5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5274 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#body ⇒ String
5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5274 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#fail_on_warnings ⇒ Boolean
5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5274 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |