Class: Aws::ApiGatewayV2::Types::ExportApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ExportApiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#body ⇒ String
Represents an exported definition of an API in a particular output format, for example, YAML.
Instance Attribute Details
#body ⇒ String
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.
3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3159 class ExportApiResponse < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |