Class: Aws::ApiGatewayV2::Types::CreateModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateModelRequest
- 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].
-
#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
2025 2026 2027 2028 2029 2030 2031 2032 2033 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2025 class CreateModelRequest < Struct.new( :api_id, :content_type, :description, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
A string with a length between [1-256].
2025 2026 2027 2028 2029 2030 2031 2032 2033 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2025 class CreateModelRequest < Struct.new( :api_id, :content_type, :description, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A string with a length between [0-1024].
2025 2026 2027 2028 2029 2030 2031 2032 2033 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2025 class CreateModelRequest < Struct.new( :api_id, :content_type, :description, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A string with a length between [1-128].
2025 2026 2027 2028 2029 2030 2031 2032 2033 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2025 class CreateModelRequest < Struct.new( :api_id, :content_type, :description, :name, :schema) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
A string with a length between [0-32768].
2025 2026 2027 2028 2029 2030 2031 2032 2033 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2025 class CreateModelRequest < Struct.new( :api_id, :content_type, :description, :name, :schema) SENSITIVE = [] include Aws::Structure end |