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
5241 5242 5243 5244 5245 5246 5247 5248 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5241 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#basepath ⇒ String
5241 5242 5243 5244 5245 5246 5247 5248 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5241 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#body ⇒ String
5241 5242 5243 5244 5245 5246 5247 5248 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5241 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#fail_on_warnings ⇒ Boolean
5241 5242 5243 5244 5245 5246 5247 5248 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5241 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |