Class: Aws::Types::UpdateModelInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


2456
2457
2458
# File 'sig/types.rbs', line 2456

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def schema
  @schema
end