Class: Aws::Types::CreateModelInput

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)


411
412
413
# File 'sig/types.rbs', line 411

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def schema
  @schema
end