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
9905 9906 9907 9908 9909 9910 9911 9912 9913 9914 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 9905 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].
9905 9906 9907 9908 9909 9910 9911 9912 9913 9914 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 9905 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].
9905 9906 9907 9908 9909 9910 9911 9912 9913 9914 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 9905 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
9905 9906 9907 9908 9909 9910 9911 9912 9913 9914 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 9905 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].
9905 9906 9907 9908 9909 9910 9911 9912 9913 9914 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 9905 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].
9905 9906 9907 9908 9909 9910 9911 9912 9913 9914 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 9905 class UpdateModelRequest < Struct.new( :api_id, :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |