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].
4021 4022 4023 4024 4025 4026 4027 4028 4029 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4021 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].
4021 4022 4023 4024 4025 4026 4027 4028 4029 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4021 class GetModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The identifier.
4021 4022 4023 4024 4025 4026 4027 4028 4029 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4021 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].
4021 4022 4023 4024 4025 4026 4027 4028 4029 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4021 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].
4021 4022 4023 4024 4025 4026 4027 4028 4029 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4021 class GetModelResponse < Struct.new( :content_type, :description, :model_id, :name, :schema) SENSITIVE = [] include Aws::Structure end |