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
7532 7533 7534 7535 7536 7537 7538 7539 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7532 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#basepath ⇒ String
7532 7533 7534 7535 7536 7537 7538 7539 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7532 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#body ⇒ String
7532 7533 7534 7535 7536 7537 7538 7539 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7532 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |
#fail_on_warnings ⇒ Boolean
7532 7533 7534 7535 7536 7537 7538 7539 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7532 class ReimportApiRequest < Struct.new( :api_id, :basepath, :body, :fail_on_warnings) SENSITIVE = [] include Aws::Structure end |