Class: Aws::ApiGatewayV2::Types::ExportApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ExportApiRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #api_id ⇒ String
- #export_version ⇒ String
- #include_extensions ⇒ Boolean
- #output_type ⇒ String
- #specification ⇒ String
- #stage_name ⇒ String
Instance Attribute Details
#api_id ⇒ String
3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3142 class ExportApiRequest < Struct.new( :api_id, :export_version, :include_extensions, :output_type, :specification, :stage_name) SENSITIVE = [] include Aws::Structure end |
#export_version ⇒ String
3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3142 class ExportApiRequest < Struct.new( :api_id, :export_version, :include_extensions, :output_type, :specification, :stage_name) SENSITIVE = [] include Aws::Structure end |
#include_extensions ⇒ Boolean
3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3142 class ExportApiRequest < Struct.new( :api_id, :export_version, :include_extensions, :output_type, :specification, :stage_name) SENSITIVE = [] include Aws::Structure end |
#output_type ⇒ String
3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3142 class ExportApiRequest < Struct.new( :api_id, :export_version, :include_extensions, :output_type, :specification, :stage_name) SENSITIVE = [] include Aws::Structure end |
#specification ⇒ String
3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3142 class ExportApiRequest < Struct.new( :api_id, :export_version, :include_extensions, :output_type, :specification, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3142 class ExportApiRequest < Struct.new( :api_id, :export_version, :include_extensions, :output_type, :specification, :stage_name) SENSITIVE = [] include Aws::Structure end |