Class: Aws::Types::ModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9243
9244
9245
# File 'sig/types.rbs', line 9243

def creation_time
  @creation_time
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


9242
9243
9244
# File 'sig/types.rbs', line 9242

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


9241
9242
9243
# File 'sig/types.rbs', line 9241

def model_name
  @model_name
end