Class: Aws::ApiGatewayV2::Types::UpdateModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
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
7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7317 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].
7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7317 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].
7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7317 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7317 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].
7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7317 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].
7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7317 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |