Class: Aws::ApiGatewayV2::Types::UpdateModelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7321

class UpdateModelRequest < Struct.new(
  :api_id,
  :content_type,
  :description,
  :model_id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

A string with a length between [1-256].

Returns:

  • (String)


7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7321

class UpdateModelRequest < Struct.new(
  :api_id,
  :content_type,
  :description,
  :model_id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A string with a length between [0-1024].

Returns:

  • (String)


7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7321

class UpdateModelRequest < Struct.new(
  :api_id,
  :content_type,
  :description,
  :model_id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#model_idString

Returns:

  • (String)


7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7321

class UpdateModelRequest < Struct.new(
  :api_id,
  :content_type,
  :description,
  :model_id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A string with a length between [1-128].

Returns:

  • (String)


7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7321

class UpdateModelRequest < Struct.new(
  :api_id,
  :content_type,
  :description,
  :model_id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

A string with a length between [0-32768].

Returns:

  • (String)


7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7321

class UpdateModelRequest < Struct.new(
  :api_id,
  :content_type,
  :description,
  :model_id,
  :name,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end