Class: Aws::Types::GetModelResponse

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)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def description
  @description
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def model_id
  @model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def schema
  @schema
end