Class: Aws::ApiGatewayV2::Types::ExportApiRequest

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



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4193

class ExportApiRequest < Struct.new(
  :api_id,
  :export_version,
  :include_extensions,
  :output_type,
  :specification,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#export_versionString



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4193

class ExportApiRequest < Struct.new(
  :api_id,
  :export_version,
  :include_extensions,
  :output_type,
  :specification,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#include_extensionsBoolean



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4193

class ExportApiRequest < Struct.new(
  :api_id,
  :export_version,
  :include_extensions,
  :output_type,
  :specification,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#output_typeString



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4193

class ExportApiRequest < Struct.new(
  :api_id,
  :export_version,
  :include_extensions,
  :output_type,
  :specification,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#specificationString



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4193

class ExportApiRequest < Struct.new(
  :api_id,
  :export_version,
  :include_extensions,
  :output_type,
  :specification,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString



4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4193

class ExportApiRequest < Struct.new(
  :api_id,
  :export_version,
  :include_extensions,
  :output_type,
  :specification,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end