Class: Aws::ApiGatewayV2::Types::UpdateModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateModelRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Note:
When making an API call, you may pass UpdateModelRequest data as a hash:
{
api_id: "__string", # required
content_type: "StringWithLengthBetween1And256",
description: "StringWithLengthBetween0And1024",
model_id: "__string", # required
name: "StringWithLengthBetween1And128",
schema: "StringWithLengthBetween0And32K",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
-
#content_type ⇒ String
A string with a length between [1-256].
-
#description ⇒ String
A string with a length between [0-1024].
-
#model_id ⇒ String
-
#name ⇒ String
A string with a length between [1-128].
-
#schema ⇒ String
A string with a length between [0-32768].
Instance Attribute Details
#api_id ⇒ String
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8205 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
A string with a length between [1-256].
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8205 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A string with a length between [0-1024].
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8205 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8205 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A string with a length between [1-128].
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8205 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
A string with a length between [0-32768].
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 8205 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |