Class: Aws::ApiGatewayV2::Types::ReimportApiRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (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

#basepathString

Returns:

  • (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

#bodyString

Returns:

  • (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_warningsBoolean

Returns:

  • (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