Class: Aws::ApiGatewayV2::Types::UpdateModelResponse

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

#content_typeString

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

Returns:

  • (String)


7352
7353
7354
7355
7356
7357
7358
7359
7360
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7352

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

#descriptionString

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

Returns:

  • (String)


7352
7353
7354
7355
7356
7357
7358
7359
7360
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7352

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

#model_idString

The identifier.

Returns:

  • (String)


7352
7353
7354
7355
7356
7357
7358
7359
7360
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7352

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

#nameString

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

Returns:

  • (String)


7352
7353
7354
7355
7356
7357
7358
7359
7360
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7352

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

#schemaString

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

Returns:

  • (String)


7352
7353
7354
7355
7356
7357
7358
7359
7360
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7352

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