Class: Aws::ApiGatewayV2::Types::UpdateModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
A string with a length between [1-256].
-
#description ⇒ String
A string with a length between [0-1024].
-
#model_id ⇒ String
The identifier.
-
#name ⇒ String
A string with a length between [1-128].
-
#schema ⇒ String
A string with a length between [0-32768].
Instance Attribute Details
#content_type ⇒ String
A string with a length between [1-256].
7348 7349 7350 7351 7352 7353 7354 7355 7356 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7348 class UpdateModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A string with a length between [0-1024].
7348 7349 7350 7351 7352 7353 7354 7355 7356 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7348 class UpdateModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The identifier.
7348 7349 7350 7351 7352 7353 7354 7355 7356 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7348 class UpdateModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A string with a length between [1-128].
7348 7349 7350 7351 7352 7353 7354 7355 7356 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7348 class UpdateModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
A string with a length between [0-32768].
7348 7349 7350 7351 7352 7353 7354 7355 7356 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7348 class UpdateModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |