Class: Aws::ApiGatewayV2::Types::ExportApiResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

Represents an exported definition of an API in a particular output format, for example, YAML. The API is serialized to the requested specification, for example, OpenAPI 3.0.

Returns:

  • (String)


3161
3162
3163
3164
3165
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3161

class ExportApiResponse < Struct.new(
  :body)
  SENSITIVE = []
  include Aws::Structure
end