Class: Aws::Types::UpdateModelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def api_id
  @api_id
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def description
  @description
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def model_id
  @model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def schema
  @schema
end