Class: Aws::ApiGatewayV2::Types::DeleteModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeleteModelRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Note:
When making an API call, you may pass DeleteModelRequest data as a hash:
{
api_id: "__string", # required
model_id: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
3197 3198 3199 3200 3201 3202 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3197 class DeleteModelRequest < Struct.new( :api_id, :model_id) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
3197 3198 3199 3200 3201 3202 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3197 class DeleteModelRequest < Struct.new( :api_id, :model_id) SENSITIVE = [] include Aws::Structure end |