Class: Aws::Types::UpdateModelResponse

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)


2474
2475
2476
# File 'sig/types.rbs', line 2474

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2475
2476
2477
# File 'sig/types.rbs', line 2475

def description
  @description
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


2476
2477
2478
# File 'sig/types.rbs', line 2476

def model_id
  @model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def schema
  @schema
end