Class: Aws::ApiGatewayV2::Types::GetModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetModelResponse
- 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].
5087 5088 5089 5090 5091 5092 5093 5094 5095 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5087 class GetModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A string with a length between [0-1024].
5087 5088 5089 5090 5091 5092 5093 5094 5095 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5087 class GetModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The identifier.
5087 5088 5089 5090 5091 5092 5093 5094 5095 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5087 class GetModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A string with a length between [1-128].
5087 5088 5089 5090 5091 5092 5093 5094 5095 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5087 class GetModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
A string with a length between [0-32768].
5087 5088 5089 5090 5091 5092 5093 5094 5095 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5087 class GetModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |