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