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.
3182 3183 3184 3185 3186 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3182 class ExportApiResponse < Struct.new( :body) SENSITIVE = [] include Aws::Structure end |