Class: Aws::Types::CreateModelResponse

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)


428
429
430
# File 'sig/types.rbs', line 428

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def description
  @description
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def model_id
  @model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def schema
  @schema
end